Html Css Color HEX #966CCD Amethyst

📋 copy color: '#966CCD'

red 150 ◦ green 108 ◦ blue 205

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

Shades of Amethyst #966CCD

Tints of Amethyst #966CCD

RGB

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

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

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

R = 32.4%
G = 23.33%
B = 44.28%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#966CCD (or 0x966CCD) is known color: Amethyst. HEX triplet: 96, 6C and CD. RGB value is (150,108,205). Sum of RGB (Red+Green+Blue) = 150+108+205=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #966CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CCD is #699332. Grayscale: #838383. Windows color (decimal): -6918963 or 13462678. OLE color: 13462678.

HSL color Cylindrical-coordinate representation of color #966CCD: hue angle of 265.98º degrees, saturation: 0.49, 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 #966CCD is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 108 205 -
CMYK 0.27 0.47 0 0.20
HSL 265.98º 0.49% 0.61% -
HSV(B) 265.98º 0.47% 0.8% -
XYZ 28.96 21.62 60.4 -
YUV 131.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 150 108 205 0.27 0.47 0 0.20 265.98 0.49 0.61
Hex 96 6C CD 1B 2F 0 14 10A 31 3D
Octal 226 154 315 33 57 0 24 412 61 75
Binary 10010110 1101100 11001101 11011 101111 0 10100 100001010 110001 111101

Color Harmonies of #966CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CCD

Black with #966CCD

Text Example


Text Example

White with #966CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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