Html Css Color HEX #9968CC Amethyst

📋 copy color: '#9968CC'

red 153 ◦ green 104 ◦ blue 204

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

Shades of Amethyst #9968CC

Tints of Amethyst #9968CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.56%

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

R = 33.19%
G = 22.56%
B = 44.25%

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

#9968CC (or 0x9968CC) is known color: Amethyst. HEX triplet: 99, 68 and CC. RGB value is (153,104,204). Sum of RGB (Red+Green+Blue) = 153+104+204=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #9968CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968CC is #669733. Grayscale: #818181. Windows color (decimal): -6723380 or 13396121. OLE color: 13396121.

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

Color convert

RGB 153 104 204 -
CMYK 0.25 0.49 0 0.2
HSL 269.4º 0.5% 0.6% -
HSV(B) 269.4º 0.49% 0.8% -
XYZ 28.99 21.03 59.66 -
YUV 130.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 153 104 204 0.25 0.49 0 0.2 269.4 0.5 0.6
Hex 99 68 CC 19 31 0 14 10D 32 3C
Octal 231 150 314 31 61 0 24 415 62 74
Binary 10011001 1101000 11001100 11001 110001 0 10100 100001101 110010 111100

Color Harmonies of #9968CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968CC

Black with #9968CC

Text Example


Text Example

White with #9968CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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