Html Css Color HEX #9962CD Amethyst

📋 copy color: '#9962CD'

red 153 ◦ green 98 ◦ blue 205

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

Shades of Amethyst #9962CD

Tints of Amethyst #9962CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 33.55%
G = 21.49%
B = 44.96%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9962CD (or 0x9962CD) is known color: Amethyst. HEX triplet: 99, 62 and CD. RGB value is (153,98,205). Sum of RGB (Red+Green+Blue) = 153+98+205=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #9962CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962CD is #669D32. Grayscale: #7E7E7E. Windows color (decimal): -6724915 or 13460121. OLE color: 13460121.

HSL color Cylindrical-coordinate representation of color #9962CD: hue angle of 270.84º degrees, saturation: 0.52, 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 #9962CD is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 98 205 -
CMYK 0.25 0.52 0 0.20
HSL 270.84º 0.52% 0.59% -
HSV(B) 270.84º 0.52% 0.8% -
XYZ 28.52 19.92 60.1 -
YUV 126.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 153 98 205 0.25 0.52 0 0.20 270.84 0.52 0.59
Hex 99 62 CD 19 34 0 14 10F 34 3B
Octal 231 142 315 31 64 0 24 417 64 73
Binary 10011001 1100010 11001101 11001 110100 0 10100 100001111 110100 111011

Color Harmonies of #9962CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962CD

Black with #9962CD

Text Example


Text Example

White with #9962CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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