#9B0FD0

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

Shades of Dark Violet #9B0FD0

Tints of Dark Violet #9B0FD0

Color information

#9B0FD0 (or 0x9B0FD0) is unknown color: approx Dark Violet. HEX triplet: 9B, 0F and D0. RGB value is (155,15,208). Sum of RGB (Red+Green+Blue) = 155+15+208=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #9B0FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0FD0 is #64F02F. Grayscale: #4E4E4E. Windows color (decimal): -6615088 or 13635483. OLE color: 13635483.

HSL color Cylindrical-coordinate representation of color #9B0FD0: hue angle of 283.52º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0FD0 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15515208-
CMYK0.250.9300.18
HSL283.52º86.55%43.73%-
HSV(B)283.52º92.79%81.57%-
XYZ25.0711.8660.64-
YUV78.86200.88182.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.01%
GREEN value IS 15 (6.25% from 255) = 3.97%
BLUE value IS 208 (81.64% from 255) = 55.03%
R=41.01%
G=3.97%
B=55.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155152080.250.9300.18283.5286.5543.73
Hex9BFD0195D01211c572c
Octal233173203113502243412754
Binary100110111111110100001100110111010100101000111001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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