Html Css Color HEX #9969CB Amethyst

📋 copy color: '#9969CB'

red 153 ◦ green 105 ◦ blue 203

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

Shades of Amethyst #9969CB

Tints of Amethyst #9969CB

RGB

 RED value IS 153 (60.16% from 255) = 33.19%

 GREEN value IS 105 (41.41% from 255) = 22.78%

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

R = 33.19%
G = 22.78%
B = 44.03%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9969CB (or 0x9969CB) is known color: Amethyst. HEX triplet: 99, 69 and CB. RGB value is (153,105,203). Sum of RGB (Red+Green+Blue) = 153+105+203=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #9969CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969CB is #669634. Grayscale: #828282. Windows color (decimal): -6723125 or 13330841. OLE color: 13330841.

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

Color convert

RGB 153 105 203 -
CMYK 0.25 0.48 0 0.20
HSL 269.39º 0.49% 0.6% -
HSV(B) 269.39º 0.48% 0.8% -
XYZ 28.97 21.19 59.06 -
YUV 130.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 153 105 203 0.25 0.48 0 0.20 269.39 0.49 0.6
Hex 99 69 CB 19 30 0 14 10D 31 3C
Octal 231 151 313 31 60 0 24 415 61 74
Binary 10011001 1101001 11001011 11001 110000 0 10100 100001101 110001 111100

Color Harmonies of #9969CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969CB

Black with #9969CB

Text Example


Text Example

White with #9969CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,105,203); }

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

background-color css

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

 a { background-color: rgb(153,105,203); }

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

border-color css

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

 span { border-color: rgb(153,105,203); }

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