Html Css Color HEX #9D13DF Dark Violet

📋 copy color: '#9D13DF'

red 157 ◦ green 19 ◦ blue 223

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

Shades of Dark Violet #9D13DF

Tints of Dark Violet #9D13DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.76%

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

R = 39.35%
G = 4.76%
B = 55.89%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D13DF (or 0x9D13DF) is known color: Dark Violet. HEX triplet: 9D, 13 and DF. RGB value is (157,19,223). Sum of RGB (Red+Green+Blue) = 157+19+223=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D13DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D13DF is #62EC20. Grayscale: #525252. Windows color (decimal): -6482977 or 14619549. OLE color: 14619549.

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

Color convert

RGB 157 19 223 -
CMYK 0.30 0.91 0 0.13
HSL 280.59º 0.84% 0.47% -
HSV(B) 280.59º 0.91% 0.87% -
XYZ 27.46 12.96 70.87 -
YUV 83.52 206.72 180.41 -
System Red Green Blue C M Y K H S L
Decimal 157 19 223 0.30 0.91 0 0.13 280.59 0.84 0.47
Hex 9D 13 DF 1E 5B 0 D 119 54 2F
Octal 235 23 337 36 133 0 15 431 124 57
Binary 10011101 10011 11011111 11110 1011011 0 1101 100011001 1010100 101111

Color Harmonies of #9D13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D13DF

Black with #9D13DF

Text Example


Text Example

White with #9D13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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