#9B04ED

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

Shades of Dark Violet #9B04ED

Tints of Dark Violet #9B04ED

Color information

#9B04ED (or 0x9B04ED) is unknown color: approx Dark Violet. HEX triplet: 9B, 04 and ED. RGB value is (155,4,237). Sum of RGB (Red+Green+Blue) = 155+4+237=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B04ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B04ED is #64FB12. Grayscale: #4A4A4A. Windows color (decimal): -6617875 or 15533211. OLE color: 15533211.

HSL color Cylindrical-coordinate representation of color #9B04ED: hue angle of 278.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B04ED is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1554237-
CMYK0.350.9800.07
HSL278.88º96.68%47.25%-
HSV(B)278.88º98.31%92.94%-
XYZ28.8513.1781.14-
YUV75.71219.03184.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.14%
GREEN value IS 4 (1.95% from 255) = 1.01%
BLUE value IS 237 (92.97% from 255) = 59.85%
R=39.14%
G=1.01%
B=59.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15542370.350.9800.07278.8896.6847.25
Hex9B4ED236207117612f
Octal2334355431420742714157
Binary1001101110011101101100011110001001111000101111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B04ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,4,237); }

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

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

 a { background-color: rgb(155,4,237); }

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

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

 span { border-color: rgb(155,4,237); }

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