Html Css Color HEX #9E4AAA Violet Blue

📋 copy color: '#9E4AAA'

red 158 ◦ green 74 ◦ blue 170

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

Shades of Violet Blue #9E4AAA

Tints of Violet Blue #9E4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.41%

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

R = 39.3%
G = 18.41%
B = 42.29%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E4AAA (or 0x9E4AAA) is known color: Violet Blue. HEX triplet: 9E, 4A and AA. RGB value is (158,74,170). Sum of RGB (Red+Green+Blue) = 158+74+170=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4AAA is #61B555. Grayscale: #6D6D6D. Windows color (decimal): -6403414 or 11160222. OLE color: 11160222.

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

Color convert

RGB 158 74 170 -
CMYK 0.07 0.56 0 0.33
HSL 292.5º 0.39% 0.48% -
HSV(B) 292.5º 0.56% 0.67% -
XYZ 23.81 15.07 39.68 -
YUV 110.06 161.83 162.19 -
System Red Green Blue C M Y K H S L
Decimal 158 74 170 0.07 0.56 0 0.33 292.5 0.39 0.48
Hex 9E 4A AA 7 38 0 21 124 27 30
Octal 236 112 252 7 70 0 41 444 47 60
Binary 10011110 1001010 10101010 111 111000 0 100001 100100100 100111 110000

Color Harmonies of #9E4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4AAA

Black with #9E4AAA

Text Example


Text Example

White with #9E4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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