#9D10DB

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

Shades of Dark Violet #9D10DB

Tints of Dark Violet #9D10DB

Color information

#9D10DB (or 0x9D10DB) is unknown color: approx Dark Violet. HEX triplet: 9D, 10 and DB. RGB value is (157,16,219). Sum of RGB (Red+Green+Blue) = 157+16+219=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D10DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D10DB is #62EF24. Grayscale: #505050. Windows color (decimal): -6483749 or 14356637. OLE color: 14356637.

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

Color convert

RGB15716219-
CMYK0.280.9300.14
HSL281.67º86.38%46.08%-
HSV(B)281.67º92.69%85.88%-
XYZ26.8812.6568.04-
YUV81.3205.71181.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 16 (6.64% from 255) = 4.08%
BLUE value IS 219 (85.94% from 255) = 55.87%
R=40.05%
G=4.08%
B=55.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal157162190.280.9300.14281.6786.3846.08
Hex9D10DB1C5D0E11a562e
Octal235203333413501643212656
Binary100111011000011011011111001011101011101000110101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D10DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,16,219); }

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

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

 a { background-color: rgb(157,16,219); }

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

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

 span { border-color: rgb(157,16,219); }

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