#9B10E1

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

Shades of Dark Violet #9B10E1

Tints of Dark Violet #9B10E1

Color information

#9B10E1 (or 0x9B10E1) is unknown color: approx Dark Violet. HEX triplet: 9B, 10 and E1. RGB value is (155,16,225). Sum of RGB (Red+Green+Blue) = 155+16+225=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 225 (88.28% from 255 or 56.82% from 396); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B10E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B10E1 is #64EF1E. Grayscale: #505050. Windows color (decimal): -6614815 or 14749851. OLE color: 14749851.

HSL color Cylindrical-coordinate representation of color #9B10E1: hue angle of 279.9º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B10E1 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15516225-
CMYK0.310.9300.12
HSL279.9º86.72%47.25%-
HSV(B)279.9º92.89%88.24%-
XYZ27.2912.7872.26-
YUV81.39209.05180.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.14%
GREEN value IS 16 (6.64% from 255) = 4.04%
BLUE value IS 225 (88.28% from 255) = 56.82%
R=39.14%
G=4.04%
B=56.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal155162250.310.9300.12279.986.7247.25
Hex9B10E11F5D0C118572f
Octal233203413713501443012757
Binary100110111000011100001111111011101011001000110001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B10E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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