Html Css Color HEX #9963CC Amethyst

📋 copy color: '#9963CC'

red 153 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #9963CC

Tints of Amethyst #9963CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.71%

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

R = 33.55%
G = 21.71%
B = 44.74%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9963CC (or 0x9963CC) is known color: Amethyst. HEX triplet: 99, 63 and CC. RGB value is (153,99,204). Sum of RGB (Red+Green+Blue) = 153+99+204=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #9963CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9963CC is #669C33. Grayscale: #7E7E7E. Windows color (decimal): -6724660 or 13394841. OLE color: 13394841.

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

Color convert

RGB 153 99 204 -
CMYK 0.25 0.51 0 0.2
HSL 270.86º 0.51% 0.59% -
HSV(B) 270.86º 0.51% 0.8% -
XYZ 28.5 20.06 59.5 -
YUV 127.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 153 99 204 0.25 0.51 0 0.2 270.86 0.51 0.59
Hex 99 63 CC 19 33 0 14 10F 33 3B
Octal 231 143 314 31 63 0 24 417 63 73
Binary 10011001 1100011 11001100 11001 110011 0 10100 100001111 110011 111011

Color Harmonies of #9963CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9963CC

Black with #9963CC

Text Example


Text Example

White with #9963CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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