#9B10D9

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

Shades of Dark Violet #9B10D9

Tints of Dark Violet #9B10D9

Color information

#9B10D9 (or 0x9B10D9) is unknown color: approx Dark Violet. HEX triplet: 9B, 10 and D9. RGB value is (155,16,217). Sum of RGB (Red+Green+Blue) = 155+16+217=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 217 (85.16% from 255 or 55.93% from 388); Max value from RGB is 217 - color contains mainly: blue. Hex color #9B10D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B10D9 is #64EF26. Grayscale: #4F4F4F. Windows color (decimal): -6614823 or 14225563. OLE color: 14225563.

HSL color Cylindrical-coordinate representation of color #9B10D9: hue angle of 281.49º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B10D9 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15516217-
CMYK0.290.9300.15
HSL281.49º86.27%45.69%-
HSV(B)281.49º92.63%85.1%-
XYZ26.2312.3566.65-
YUV80.47205.05181.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.95%
GREEN value IS 16 (6.64% from 255) = 4.12%
BLUE value IS 217 (85.16% from 255) = 55.93%
R=39.95%
G=4.12%
B=55.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155162170.290.9300.15281.4986.2745.69
Hex9B10D91D5D0F119562e
Octal233203313513501743112656
Binary100110111000011011001111011011101011111000110011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B10D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,16,217); }

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

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

 a { background-color: rgb(155,16,217); }

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

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

 span { border-color: rgb(155,16,217); }

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