#9B08EB

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

Shades of Dark Violet #9B08EB

Tints of Dark Violet #9B08EB

Color information

#9B08EB (or 0x9B08EB) is unknown color: approx Dark Violet. HEX triplet: 9B, 08 and EB. RGB value is (155,8,235). Sum of RGB (Red+Green+Blue) = 155+8+235=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B08EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B08EB is #64F714. Grayscale: #4D4D4D. Windows color (decimal): -6616853 or 15403163. OLE color: 15403163.

HSL color Cylindrical-coordinate representation of color #9B08EB: hue angle of 278.85º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B08EB is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1558235-
CMYK0.340.9700.08
HSL278.85º93.42%47.65%-
HSV(B)278.85º96.6%92.16%-
XYZ28.613.1479.63-
YUV77.83216.7183.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 8 (3.52% from 255) = 2.01%
BLUE value IS 235 (92.19% from 255) = 59.05%
R=38.94%
G=2.01%
B=59.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal15582350.340.9700.08278.8593.4247.65
Hex9B8EB2261081175d30
Octal233103534214101042713560
Binary100110111000111010111000101100001010001000101111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B08EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,8,235); }

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

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

 a { background-color: rgb(155,8,235); }

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

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

 span { border-color: rgb(155,8,235); }

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