Html Css Color HEX #9E4CAA Violet Blue

📋 copy color: '#9E4CAA'

red 158 ◦ green 76 ◦ blue 170

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

Shades of Violet Blue #9E4CAA

Tints of Violet Blue #9E4CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.81%

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

R = 39.11%
G = 18.81%
B = 42.08%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E4CAA (or 0x9E4CAA) is known color: Violet Blue. HEX triplet: 9E, 4C and AA. RGB value is (158,76,170). Sum of RGB (Red+Green+Blue) = 158+76+170=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E4CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4CAA is #61B355. Grayscale: #6E6E6E. Windows color (decimal): -6402902 or 11160734. OLE color: 11160734.

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

Color convert

RGB 158 76 170 -
CMYK 0.07 0.55 0 0.33
HSL 292.34º 0.38% 0.48% -
HSV(B) 292.34º 0.55% 0.67% -
XYZ 23.94 15.34 39.73 -
YUV 111.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 158 76 170 0.07 0.55 0 0.33 292.34 0.38 0.48
Hex 9E 4C AA 7 37 0 21 124 26 30
Octal 236 114 252 7 67 0 41 444 46 60
Binary 10011110 1001100 10101010 111 110111 0 100001 100100100 100110 110000

Color Harmonies of #9E4CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4CAA

Black with #9E4CAA

Text Example


Text Example

White with #9E4CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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