Html Css Color HEX #9962CE Amethyst

📋 copy color: '#9962CE'

red 153 ◦ green 98 ◦ blue 206

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

Shades of Amethyst #9962CE

Tints of Amethyst #9962CE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.44%

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

R = 33.48%
G = 21.44%
B = 45.08%

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

#9962CE (or 0x9962CE) is known color: Amethyst. HEX triplet: 99, 62 and CE. RGB value is (153,98,206). Sum of RGB (Red+Green+Blue) = 153+98+206=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #9962CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962CE is #669D31. Grayscale: #7E7E7E. Windows color (decimal): -6724914 or 13525657. OLE color: 13525657.

HSL color Cylindrical-coordinate representation of color #9962CE: hue angle of 270.56º 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 #9962CE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 98 206 -
CMYK 0.26 0.52 0 0.19
HSL 270.56º 0.52% 0.6% -
HSV(B) 270.56º 0.52% 0.81% -
XYZ 28.65 19.96 60.74 -
YUV 126.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 153 98 206 0.26 0.52 0 0.19 270.56 0.52 0.6
Hex 99 62 CE 1A 34 0 13 10F 34 3C
Octal 231 142 316 32 64 0 23 417 64 74
Binary 10011001 1100010 11001110 11010 110100 0 10011 100001111 110100 111100

Color Harmonies of #9962CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962CE

Black with #9962CE

Text Example


Text Example

White with #9962CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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