Html Css Color HEX #9D10DF Dark Violet

📋 copy color: '#9D10DF'

red 157 ◦ green 16 ◦ blue 223

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

Shades of Dark Violet #9D10DF

Tints of Dark Violet #9D10DF

RGB

 RED value IS 157 (61.72% from 255) = 39.65%

 GREEN value IS 16 (6.64% from 255) = 4.04%

 BLUE value IS 223 (87.5% from 255) = 56.31%

R = 39.65%
G = 4.04%
B = 56.31%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D10DF (or 0x9D10DF) is known color: Dark Violet. HEX triplet: 9D, 10 and DF. RGB value is (157,16,223). Sum of RGB (Red+Green+Blue) = 157+16+223=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D10DF is #62EF20. Grayscale: #515151. Windows color (decimal): -6483745 or 14618781. OLE color: 14618781.

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

Color convert

RGB 157 16 223 -
CMYK 0.30 0.93 0 0.13
HSL 280.87º 0.87% 0.47% -
HSV(B) 280.87º 0.93% 0.87% -
XYZ 27.41 12.87 70.85 -
YUV 81.76 207.71 181.67 -
System Red Green Blue C M Y K H S L
Decimal 157 16 223 0.30 0.93 0 0.13 280.87 0.87 0.47
Hex 9D 10 DF 1E 5D 0 D 119 57 2F
Octal 235 20 337 36 135 0 15 431 127 57
Binary 10011101 10000 11011111 11110 1011101 0 1101 100011001 1010111 101111

Color Harmonies of #9D10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D10DF

Black with #9D10DF

Text Example


Text Example

White with #9D10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D10DF;
 }
 .AnyTagClassName
 {
   color: #9D10DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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