Html Css Color HEX #9D10DB Dark Violet

📋 copy color: '#9D10DB'

red 157 ◦ green 16 ◦ blue 219

#9D10DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9D10DB

Tints of Dark Violet #9D10DB

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 value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D10DB (or 0x9D10DB) is known color: 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

RGB 157 16 219 -
CMYK 0.28 0.93 0 0.14
HSL 281.67º 0.86% 0.46% -
HSV(B) 281.67º 0.93% 0.86% -
XYZ 26.88 12.65 68.04 -
YUV 81.3 205.71 181.99 -
System Red Green Blue C M Y K H S L
Decimal 157 16 219 0.28 0.93 0 0.14 281.67 0.86 0.46
Hex 9D 10 DB 1C 5D 0 E 11A 56 2E
Octal 235 20 333 34 135 0 16 432 126 56
Binary 10011101 10000 11011011 11100 1011101 0 1110 100011010 1010110 101110

Color Harmonies of #9D10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D10DB

Black with #9D10DB

Text Example


Text Example

White with #9D10DB

Text Example


Text Example

HTML Codes & Css Web 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>