#9B0FE4

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

Shades of Dark Violet #9B0FE4

Tints of Dark Violet #9B0FE4

Color information

#9B0FE4 (or 0x9B0FE4) is unknown color: approx Dark Violet. HEX triplet: 9B, 0F and E4. RGB value is (155,15,228). Sum of RGB (Red+Green+Blue) = 155+15+228=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 228 (89.45% from 255 or 57.29% from 398); Max value from RGB is 228 - color contains mainly: blue. Hex color #9B0FE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0FE4 is #64F01B. Grayscale: #505050. Windows color (decimal): -6615068 or 14946203. OLE color: 14946203.

HSL color Cylindrical-coordinate representation of color #9B0FE4: hue angle of 279.44º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0FE4 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15515228-
CMYK0.320.9300.11
HSL279.44º87.65%47.65%-
HSV(B)279.44º93.42%89.41%-
XYZ27.6912.9174.43-
YUV81.14210.88180.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 15 (6.25% from 255) = 3.77%
BLUE value IS 228 (89.45% from 255) = 57.29%
R=38.94%
G=3.77%
B=57.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal155152280.320.9300.11279.4487.6547.65
Hex9BFE4205D0B1175830
Octal233173444013501342713060
Binary100110111111111001001000001011101010111000101111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,15,228); }

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

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

 a { background-color: rgb(155,15,228); }

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

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

 span { border-color: rgb(155,15,228); }

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