Html Css Color HEX #9766CB Amethyst

📋 copy color: '#9766CB'

red 151 ◦ green 102 ◦ blue 203

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

Shades of Amethyst #9766CB

Tints of Amethyst #9766CB

RGB

 RED value IS 151 (59.38% from 255) = 33.11%

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

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

R = 33.11%
G = 22.37%
B = 44.52%

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

#9766CB (or 0x9766CB) is known color: Amethyst. HEX triplet: 97, 66 and CB. RGB value is (151,102,203). Sum of RGB (Red+Green+Blue) = 151+102+203=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #9766CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766CB is #689934. Grayscale: #7F7F7F. Windows color (decimal): -6854965 or 13330071. OLE color: 13330071.

HSL color Cylindrical-coordinate representation of color #9766CB: hue angle of 269.11º 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 #9766CB is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 102 203 -
CMYK 0.26 0.50 0 0.20
HSL 269.11º 0.49% 0.6% -
HSV(B) 269.11º 0.5% 0.8% -
XYZ 28.29 20.39 58.95 -
YUV 128.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 151 102 203 0.26 0.50 0 0.20 269.11 0.49 0.6
Hex 97 66 CB 1A 32 0 14 10D 31 3C
Octal 227 146 313 32 62 0 24 415 61 74
Binary 10010111 1100110 11001011 11010 110010 0 10100 100001101 110001 111100

Color Harmonies of #9766CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9766CB

Black with #9766CB

Text Example


Text Example

White with #9766CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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