Html Css Color HEX #9962DA Amethyst

📋 copy color: '#9962DA'

red 153 ◦ green 98 ◦ blue 218

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

Shades of Amethyst #9962DA

Tints of Amethyst #9962DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 32.62%
G = 20.9%
B = 46.48%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9962DA (or 0x9962DA) is known color: Amethyst. HEX triplet: 99, 62 and DA. RGB value is (153,98,218). Sum of RGB (Red+Green+Blue) = 153+98+218=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #9962DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962DA is #669D25. Grayscale: #7F7F7F. Windows color (decimal): -6724902 or 14312089. OLE color: 14312089.

HSL color Cylindrical-coordinate representation of color #9962DA: hue angle of 267.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9962DA is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 98 218 -
CMYK 0.30 0.55 0 0.15
HSL 267.5º 0.62% 0.62% -
HSV(B) 267.5º 0.55% 0.85% -
XYZ 30.16 20.57 68.71 -
YUV 128.13 178.72 145.74 -
System Red Green Blue C M Y K H S L
Decimal 153 98 218 0.30 0.55 0 0.15 267.5 0.62 0.62
Hex 99 62 DA 1E 37 0 F 10C 3E 3E
Octal 231 142 332 36 67 0 17 414 76 76
Binary 10011001 1100010 11011010 11110 110111 0 1111 100001100 111110 111110

Color Harmonies of #9962DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962DA

Black with #9962DA

Text Example


Text Example

White with #9962DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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