#9B0AD5

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

Shades of Dark Violet #9B0AD5

Tints of Dark Violet #9B0AD5

Color information

#9B0AD5 (or 0x9B0AD5) is unknown color: approx Dark Violet. HEX triplet: 9B, 0A and D5. RGB value is (155,10,213). Sum of RGB (Red+Green+Blue) = 155+10+213=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 213 (83.59% from 255 or 56.35% from 378); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B0AD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0AD5 is #64F52A. Grayscale: #4B4B4B. Windows color (decimal): -6616363 or 13961883. OLE color: 13961883.

HSL color Cylindrical-coordinate representation of color #9B0AD5: hue angle of 282.86º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0AD5 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15510213-
CMYK0.270.9500.16
HSL282.86º91.03%43.73%-
HSV(B)282.86º95.31%83.53%-
XYZ25.6411.9963.91-
YUV76.5205.04183.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.01%
GREEN value IS 10 (4.30% from 255) = 2.65%
BLUE value IS 213 (83.59% from 255) = 56.35%
R=41.01%
G=2.65%
B=56.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155102130.270.9500.16282.8691.0343.73
Hex9BAD51B5F01011b5b2c
Octal233123253313702043313354
Binary100110111010110101011101110111110100001000110111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,10,213); }

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

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

 a { background-color: rgb(155,10,213); }

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

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

 span { border-color: rgb(155,10,213); }

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