#9E6C9B

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

Shades of Violet Blue #9E6C9B

Tints of Violet Blue #9E6C9B

Color information

#9E6C9B (or 0x9E6C9B) is unknown color: approx Violet Blue. HEX triplet: 9E, 6C and 9B. RGB value is (158,108,155). Sum of RGB (Red+Green+Blue) = 158+108+155=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6C9B is #619364. Grayscale: #808080. Windows color (decimal): -6394725 or 10185886. OLE color: 10185886.

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

Color convert

RGB158108155-
CMYK00.320.020.38
HSL303.6º20.49%52.16%-
HSV(B)303.6º31.65%61.96%-
XYZ25.3820.3633.6-
YUV128.31143.06149.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.53%
GREEN value IS 108 (42.58% from 255) = 25.65%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=37.53%
G=25.65%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810815500.320.020.38303.620.4952.16
Hex9E6C9B0202261301434
Octal2361542330402464602464
Binary1001111011011001001101101000001010011010011000010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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