Html Css Color HEX #9962A1 Violet Blue

📋 copy color: '#9962A1'

red 153 ◦ green 98 ◦ blue 161

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

Shades of Violet Blue #9962A1

Tints of Violet Blue #9962A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.08%

R = 37.14%
G = 23.79%
B = 39.08%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9962A1 (or 0x9962A1) is known color: Violet Blue. HEX triplet: 99, 62 and A1. RGB value is (153,98,161). Sum of RGB (Red+Green+Blue) = 153+98+161=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 161 - color contains mainly: blue. Hex color #9962A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9962A1 is #669D5E. Grayscale: #797979. Windows color (decimal): -6724959 or 10576537. OLE color: 10576537.

HSL color Cylindrical-coordinate representation of color #9962A1: hue angle of 292.38º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9962A1 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 98 161 -
CMYK 0.05 0.39 0 0.37
HSL 292.38º 0.25% 0.51% -
HSV(B) 292.38º 0.39% 0.63% -
XYZ 23.94 18.08 35.95 -
YUV 121.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 153 98 161 0.05 0.39 0 0.37 292.38 0.25 0.51
Hex 99 62 A1 5 27 0 25 124 19 33
Octal 231 142 241 5 47 0 45 444 31 63
Binary 10011001 1100010 10100001 101 100111 0 100101 100100100 11001 110011

Color Harmonies of #9962A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962A1

Black with #9962A1

Text Example


Text Example

White with #9962A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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