Html Css Color HEX #9961CC Amethyst

📋 copy color: '#9961CC'

red 153 ◦ green 97 ◦ blue 204

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

Shades of Amethyst #9961CC

Tints of Amethyst #9961CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.37%

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

R = 33.7%
G = 21.37%
B = 44.93%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9961CC (or 0x9961CC) is known color: Amethyst. HEX triplet: 99, 61 and CC. RGB value is (153,97,204). Sum of RGB (Red+Green+Blue) = 153+97+204=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #9961CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9961CC is #669E33. Grayscale: #7D7D7D. Windows color (decimal): -6725172 or 13394329. OLE color: 13394329.

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

Color convert

RGB 153 97 204 -
CMYK 0.25 0.52 0 0.2
HSL 271.4º 0.51% 0.59% -
HSV(B) 271.4º 0.52% 0.8% -
XYZ 28.31 19.68 59.43 -
YUV 125.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 153 97 204 0.25 0.52 0 0.2 271.4 0.51 0.59
Hex 99 61 CC 19 34 0 14 10F 33 3B
Octal 231 141 314 31 64 0 24 417 63 73
Binary 10011001 1100001 11001100 11001 110100 0 10100 100001111 110011 111011

Color Harmonies of #9961CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9961CC

Black with #9961CC

Text Example


Text Example

White with #9961CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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