Html Css Color HEX #9969CC Amethyst

📋 copy color: '#9969CC'

red 153 ◦ green 105 ◦ blue 204

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

Shades of Amethyst #9969CC

Tints of Amethyst #9969CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 33.12%
G = 22.73%
B = 44.16%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9969CC (or 0x9969CC) is known color: Amethyst. HEX triplet: 99, 69 and CC. RGB value is (153,105,204). Sum of RGB (Red+Green+Blue) = 153+105+204=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #9969CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969CC is #669633. Grayscale: #828282. Windows color (decimal): -6723124 or 13396377. OLE color: 13396377.

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

Color convert

RGB 153 105 204 -
CMYK 0.25 0.49 0 0.2
HSL 269.09º 0.49% 0.61% -
HSV(B) 269.09º 0.49% 0.8% -
XYZ 29.09 21.24 59.69 -
YUV 130.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 153 105 204 0.25 0.49 0 0.2 269.09 0.49 0.61
Hex 99 69 CC 19 31 0 14 10D 31 3D
Octal 231 151 314 31 61 0 24 415 61 75
Binary 10011001 1101001 11001100 11001 110001 0 10100 100001101 110001 111101

Color Harmonies of #9969CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969CC

Black with #9969CC

Text Example


Text Example

White with #9969CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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