#9E709B

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

Shades of Violet Blue #9E709B

Tints of Violet Blue #9E709B

Color information

#9E709B (or 0x9E709B) is unknown color: approx Violet Blue. HEX triplet: 9E, 70 and 9B. RGB value is (158,112,155). Sum of RGB (Red+Green+Blue) = 158+112+155=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E709B is #618F64. Grayscale: #828282. Windows color (decimal): -6393701 or 10186910. OLE color: 10186910.

HSL color Cylindrical-coordinate representation of color #9E709B: hue angle of 303.91º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E709B is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB158112155-
CMYK00.290.020.38
HSL303.91º19.17%52.94%-
HSV(B)303.91º29.11%61.96%-
XYZ25.8121.2233.75-
YUV130.66141.74147.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=37.18%
G=26.35%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811215500.290.020.38303.9119.1752.94
Hex9E709B01D2261301335
Octal2361602330352464602365
Binary100111101110000100110110111011010011010011000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,112,155); }

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

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

 a { background-color: rgb(158,112,155); }

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

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

 span { border-color: rgb(158,112,155); }

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