Html Css Color HEX #966BCD Amethyst

📋 copy color: '#966BCD'

red 150 ◦ green 107 ◦ blue 205

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

Shades of Amethyst #966BCD

Tints of Amethyst #966BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.16%

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 32.47%
G = 23.16%
B = 44.37%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#966BCD (or 0x966BCD) is known color: Amethyst. HEX triplet: 96, 6B and CD. RGB value is (150,107,205). Sum of RGB (Red+Green+Blue) = 150+107+205=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #966BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BCD is #699432. Grayscale: #828282. Windows color (decimal): -6919219 or 13462422. OLE color: 13462422.

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

Color convert

RGB 150 107 205 -
CMYK 0.27 0.48 0 0.20
HSL 266.33º 0.49% 0.61% -
HSV(B) 266.33º 0.48% 0.8% -
XYZ 28.85 21.41 60.37 -
YUV 131.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 150 107 205 0.27 0.48 0 0.20 266.33 0.49 0.61
Hex 96 6B CD 1B 30 0 14 10A 31 3D
Octal 226 153 315 33 60 0 24 412 61 75
Binary 10010110 1101011 11001101 11011 110000 0 10100 100001010 110001 111101

Color Harmonies of #966BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BCD

Black with #966BCD

Text Example


Text Example

White with #966BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,107,205); }

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

background-color css

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

 a { background-color: rgb(150,107,205); }

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

border-color css

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

 span { border-color: rgb(150,107,205); }

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