Html Css Color HEX #966AD4 Amethyst

📋 copy color: '#966AD4'

red 150 ◦ green 106 ◦ blue 212

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

Shades of Amethyst #966AD4

Tints of Amethyst #966AD4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.65%

 BLUE value IS 212 (83.2% from 255) = 45.3%

R = 32.05%
G = 22.65%
B = 45.3%

CMYK

 C value IS 0.29

 M value IS 0.5

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#966AD4 (or 0x966AD4) is known color: Amethyst. HEX triplet: 96, 6A and D4. RGB value is (150,106,212). Sum of RGB (Red+Green+Blue) = 150+106+212=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #966AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966AD4 is #69952B. Grayscale: #828282. Windows color (decimal): -6919468 or 13920918. OLE color: 13920918.

HSL color Cylindrical-coordinate representation of color #966AD4: hue angle of 264.91º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966AD4 is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 106 212 -
CMYK 0.29 0.5 0 0.17
HSL 264.91º 0.55% 0.62% -
HSV(B) 264.91º 0.5% 0.83% -
XYZ 29.62 21.55 64.89 -
YUV 131.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 150 106 212 0.29 0.5 0 0.17 264.91 0.55 0.62
Hex 96 6A D4 1D 32 0 11 109 37 3E
Octal 226 152 324 35 62 0 21 411 67 76
Binary 10010110 1101010 11010100 11101 110010 0 10001 100001001 110111 111110

Color Harmonies of #966AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966AD4

Black with #966AD4

Text Example


Text Example

White with #966AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966AD4; }

 p { color: rgb(150,106,212); }

 H1.HeaderClassName
 {
   color: #966AD4;
 }
 .AnyTagClassName
 {
   color: #966AD4;
 }
</style>

background-color css

<style>
 a { background-color: #966AD4; }

 a { background-color: rgb(150,106,212); }

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

border-color css

<style>
 span { border-color: #966AD4; }

 span { border-color: rgb(150,106,212); }

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