Html Css Color HEX #9E62AA Violet Blue

📋 copy color: '#9E62AA'

red 158 ◦ green 98 ◦ blue 170

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

Shades of Violet Blue #9E62AA

Tints of Violet Blue #9E62AA

RGB

 RED value IS 158 (62.11% from 255) = 37.09%

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

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 37.09%
G = 23%
B = 39.91%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E62AA (or 0x9E62AA) is known color: Violet Blue. HEX triplet: 9E, 62 and AA. RGB value is (158,98,170). Sum of RGB (Red+Green+Blue) = 158+98+170=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E62AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E62AA is #619D55. Grayscale: #7B7B7B. Windows color (decimal): -6397270 or 11166366. OLE color: 11166366.

HSL color Cylindrical-coordinate representation of color #9E62AA: hue angle of 290º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E62AA is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 98 170 -
CMYK 0.07 0.42 0 0.33
HSL 290º 0.3% 0.53% -
HSV(B) 290º 0.42% 0.67% -
XYZ 25.72 18.91 40.32 -
YUV 124.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 158 98 170 0.07 0.42 0 0.33 290 0.3 0.53
Hex 9E 62 AA 7 2A 0 21 122 1E 35
Octal 236 142 252 7 52 0 41 442 36 65
Binary 10011110 1100010 10101010 111 101010 0 100001 100100010 11110 110101

Color Harmonies of #9E62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E62AA

Black with #9E62AA

Text Example


Text Example

White with #9E62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E62AA; }

 p { color: rgb(158,98,170); }

 H1.HeaderClassName
 {
   color: #9E62AA;
 }
 .AnyTagClassName
 {
   color: #9E62AA;
 }
</style>

background-color css

<style>
 a { background-color: #9E62AA; }

 a { background-color: rgb(158,98,170); }

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

border-color css

<style>
 span { border-color: #9E62AA; }

 span { border-color: rgb(158,98,170); }

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