Html Css Color HEX #966CCC Amethyst

📋 copy color: '#966CCC'

red 150 ◦ green 108 ◦ blue 204

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

Shades of Amethyst #966CCC

Tints of Amethyst #966CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.38%

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 32.47%
G = 23.38%
B = 44.16%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#966CCC (or 0x966CCC) is known color: Amethyst. HEX triplet: 96, 6C and CC. RGB value is (150,108,204). Sum of RGB (Red+Green+Blue) = 150+108+204=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #966CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CCC is #699333. Grayscale: #838383. Windows color (decimal): -6918964 or 13397142. OLE color: 13397142.

HSL color Cylindrical-coordinate representation of color #966CCC: hue angle of 266.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #966CCC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 108 204 -
CMYK 0.26 0.47 0 0.2
HSL 266.25º 0.48% 0.61% -
HSV(B) 266.25º 0.47% 0.8% -
XYZ 28.84 21.57 59.77 -
YUV 131.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 150 108 204 0.26 0.47 0 0.2 266.25 0.48 0.61
Hex 96 6C CC 1A 2F 0 14 10A 30 3D
Octal 226 154 314 32 57 0 24 412 60 75
Binary 10010110 1101100 11001100 11010 101111 0 10100 100001010 110000 111101

Color Harmonies of #966CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CCC

Black with #966CCC

Text Example


Text Example

White with #966CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,108,204); }

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

background-color css

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

 a { background-color: rgb(150,108,204); }

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

border-color css

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

 span { border-color: rgb(150,108,204); }

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