Html Css Color HEX #965ED9 Amethyst

📋 copy color: '#965ED9'

red 150 ◦ green 94 ◦ blue 217

#965ED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #965ED9

Tints of Amethyst #965ED9

RGB

 RED value IS 150 (58.98% from 255) = 32.54%

 GREEN value IS 94 (37.11% from 255) = 20.39%

 BLUE value IS 217 (85.16% from 255) = 47.07%

R = 32.54%
G = 20.39%
B = 47.07%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#965ED9 (or 0x965ED9) is known color: Amethyst. HEX triplet: 96, 5E and D9. RGB value is (150,94,217). Sum of RGB (Red+Green+Blue) = 150+94+217=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #965ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ED9 is #69A126. Grayscale: #7C7C7C. Windows color (decimal): -6922535 or 14245526. OLE color: 14245526.

HSL color Cylindrical-coordinate representation of color #965ED9: hue angle of 267.32º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #965ED9 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 94 217 -
CMYK 0.31 0.57 0 0.15
HSL 267.32º 0.62% 0.61% -
HSV(B) 267.32º 0.57% 0.85% -
XYZ 29.1 19.5 67.88 -
YUV 124.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 150 94 217 0.31 0.57 0 0.15 267.32 0.62 0.61
Hex 96 5E D9 1F 39 0 F 10B 3E 3D
Octal 226 136 331 37 71 0 17 413 76 75
Binary 10010110 1011110 11011001 11111 111001 0 1111 100001011 111110 111101

Color Harmonies of #965ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965ED9

Black with #965ED9

Text Example


Text Example

White with #965ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965ED9; }

 p { color: rgb(150,94,217); }

 H1.HeaderClassName
 {
   color: #965ED9;
 }
 .AnyTagClassName
 {
   color: #965ED9;
 }
</style>

background-color css

<style>
 a { background-color: #965ED9; }

 a { background-color: rgb(150,94,217); }

 div.DivClassName
 {
   background-color: #965ED9;
 }
 .BgClassName
 {
   background-color: #965ED9;
 }
</style>

border-color css

<style>
 span { border-color: #965ED9; }

 span { border-color: rgb(150,94,217); }

 td.TdClassName
 {
   border-color: #965ED9;
 }
 .TagClassName
 {
   border-color: #965ED9;
 }
</style>