Html Css Color HEX #9963CE Amethyst

📋 copy color: '#9963CE'

red 153 ◦ green 99 ◦ blue 206

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

Shades of Amethyst #9963CE

Tints of Amethyst #9963CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 33.41%
G = 21.62%
B = 44.98%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9963CE (or 0x9963CE) is known color: Amethyst. HEX triplet: 99, 63 and CE. RGB value is (153,99,206). Sum of RGB (Red+Green+Blue) = 153+99+206=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #9963CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9963CE is #669C31. Grayscale: #7E7E7E. Windows color (decimal): -6724658 or 13525913. OLE color: 13525913.

HSL color Cylindrical-coordinate representation of color #9963CE: hue angle of 270.28º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9963CE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 99 206 -
CMYK 0.26 0.52 0 0.19
HSL 270.28º 0.52% 0.6% -
HSV(B) 270.28º 0.52% 0.81% -
XYZ 28.74 20.15 60.77 -
YUV 127.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 153 99 206 0.26 0.52 0 0.19 270.28 0.52 0.6
Hex 99 63 CE 1A 34 0 13 10E 34 3C
Octal 231 143 316 32 64 0 23 416 64 74
Binary 10011001 1100011 11001110 11010 110100 0 10011 100001110 110100 111100

Color Harmonies of #9963CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9963CE

Black with #9963CE

Text Example


Text Example

White with #9963CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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