Html Css Color HEX #9D13C0 Dark Violet

📋 copy color: '#9D13C0'

red 157 ◦ green 19 ◦ blue 192

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

Shades of Dark Violet #9D13C0

Tints of Dark Violet #9D13C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.17%

R = 42.66%
G = 5.16%
B = 52.17%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D13C0 (or 0x9D13C0) is known color: Dark Violet. HEX triplet: 9D, 13 and C0. RGB value is (157,19,192). Sum of RGB (Red+Green+Blue) = 157+19+192=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #9D13C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D13C0 is #62EC3F. Grayscale: #4F4F4F. Windows color (decimal): -6483008 or 12587933. OLE color: 12587933.

HSL color Cylindrical-coordinate representation of color #9D13C0: hue angle of 287.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D13C0 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 19 192 -
CMYK 0.18 0.90 0 0.25
HSL 287.86º 0.82% 0.41% -
HSV(B) 287.86º 0.9% 0.75% -
XYZ 23.65 11.44 50.83 -
YUV 79.98 191.22 182.93 -
System Red Green Blue C M Y K H S L
Decimal 157 19 192 0.18 0.90 0 0.25 287.86 0.82 0.41
Hex 9D 13 C0 12 5A 0 19 120 52 29
Octal 235 23 300 22 132 0 31 440 122 51
Binary 10011101 10011 11000000 10010 1011010 0 11001 100100000 1010010 101001

Color Harmonies of #9D13C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D13C0

Black with #9D13C0

Text Example


Text Example

White with #9D13C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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