Html Css Color HEX #9666CB Amethyst

📋 copy color: '#9666CB'

red 150 ◦ green 102 ◦ blue 203

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

Shades of Amethyst #9666CB

Tints of Amethyst #9666CB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.42%

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 32.97%
G = 22.42%
B = 44.62%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9666CB (or 0x9666CB) is known color: Amethyst. HEX triplet: 96, 66 and CB. RGB value is (150,102,203). Sum of RGB (Red+Green+Blue) = 150+102+203=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #9666CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666CB is #699934. Grayscale: #7F7F7F. Windows color (decimal): -6920501 or 13330070. OLE color: 13330070.

HSL color Cylindrical-coordinate representation of color #9666CB: hue angle of 268.51º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9666CB is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 102 203 -
CMYK 0.26 0.50 0 0.20
HSL 268.51º 0.49% 0.6% -
HSV(B) 268.51º 0.5% 0.8% -
XYZ 28.11 20.3 58.94 -
YUV 127.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 150 102 203 0.26 0.50 0 0.20 268.51 0.49 0.6
Hex 96 66 CB 1A 32 0 14 10D 31 3C
Octal 226 146 313 32 62 0 24 415 61 74
Binary 10010110 1100110 11001011 11010 110010 0 10100 100001101 110001 111100

Color Harmonies of #9666CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9666CB

Black with #9666CB

Text Example


Text Example

White with #9666CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9666CB; }

 p { color: rgb(150,102,203); }

 H1.HeaderClassName
 {
   color: #9666CB;
 }
 .AnyTagClassName
 {
   color: #9666CB;
 }
</style>

background-color css

<style>
 a { background-color: #9666CB; }

 a { background-color: rgb(150,102,203); }

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

border-color css

<style>
 span { border-color: #9666CB; }

 span { border-color: rgb(150,102,203); }

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