#9E08BB

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

Shades of Dark Violet #9E08BB

Tints of Dark Violet #9E08BB

Color information

#9E08BB (or 0x9E08BB) is unknown color: approx Dark Violet. HEX triplet: 9E, 08 and BB. RGB value is (158,8,187). Sum of RGB (Red+Green+Blue) = 158+8+187=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E08BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E08BB is #61F744. Grayscale: #484848. Windows color (decimal): -6420293 or 12257438. OLE color: 12257438.

HSL color Cylindrical-coordinate representation of color #9E08BB: hue angle of 290.28º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E08BB is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1588187-
CMYK0.160.9600.27
HSL290.28º91.79%38.24%-
HSV(B)290.28º95.72%73.33%-
XYZ23.1611.0347.92-
YUV73.26192.2188.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.76%
GREEN value IS 8 (3.52% from 255) = 2.27%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=44.76%
G=2.27%
B=52.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15881870.160.9600.27290.2891.7938.24
Hex9E8BB106001B1225c26
Octal236102732014003344213446
Binary100111101000101110111000011000000110111001000101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E08BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,8,187); }

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

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

 a { background-color: rgb(158,8,187); }

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

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

 span { border-color: rgb(158,8,187); }

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