#9B03CF

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

Shades of Dark Violet #9B03CF

Tints of Dark Violet #9B03CF

Color information

#9B03CF (or 0x9B03CF) is unknown color: approx Dark Violet. HEX triplet: 9B, 03 and CF. RGB value is (155,3,207). Sum of RGB (Red+Green+Blue) = 155+3+207=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B03CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B03CF is #64FC30. Grayscale: #474747. Windows color (decimal): -6618161 or 13566875. OLE color: 13566875.

HSL color Cylindrical-coordinate representation of color #9B03CF: hue angle of 284.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B03CF is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1553207-
CMYK0.250.9900.19
HSL284.71º97.14%41.18%-
HSV(B)284.71º98.55%81.18%-
XYZ24.8111.5459.95-
YUV71.7204.36187.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 207 (81.25% from 255) = 56.71%
R=42.47%
G=0.82%
B=56.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15532070.250.9900.19284.7197.1441.18
Hex9B3CF196301311d6129
Octal23333173114302343514151
Binary1001101111110011111100111000110100111000111011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B03CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,3,207); }

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

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

 a { background-color: rgb(155,3,207); }

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

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

 span { border-color: rgb(155,3,207); }

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