#9E4BAA

Color #9E4BAA Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9E4BAA

Tints of Violet Blue #9E4BAA

Color information

#9E4BAA (or 0x9E4BAA) is unknown color: approx Violet Blue. HEX triplet: 9E, 4B and AA. RGB value is (158,75,170). Sum of RGB (Red+Green+Blue) = 158+75+170=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4BAA is #61B455. Grayscale: #6E6E6E. Windows color (decimal): -6403158 or 11160478. OLE color: 11160478.

HSL color Cylindrical-coordinate representation of color #9E4BAA: hue angle of 292.42º 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 #9E4BAA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15875170-
CMYK0.070.5600.33
HSL292.42º38.78%48.04%-
HSV(B)292.42º55.88%66.67%-
XYZ23.8715.239.71-
YUV110.65161.5161.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.21%
GREEN value IS 75 (29.69% from 255) = 18.61%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=39.21%
G=18.61%
B=42.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158751700.070.5600.33292.4238.7848.04
Hex9E4BAA7380211242730
Octal2361132527700414444760
Binary100111101001011101010101111110000100001100100100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E4BAA;
 }
 .AnyTagClassName
 {
   color: #9E4BAA;
 }
</style>
background-color css

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

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

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

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

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

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