Html Css Color HEX #9D03C1 Dark Violet

📋 copy color: '#9D03C1'

red 157 ◦ green 3 ◦ blue 193

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

Shades of Dark Violet #9D03C1

Tints of Dark Violet #9D03C1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 193 (75.78% from 255) = 54.67%

R = 44.48%
G = 0.85%
B = 54.67%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9D03C1 (or 0x9D03C1) is known color: Dark Violet. HEX triplet: 9D, 03 and C1. RGB value is (157,3,193). Sum of RGB (Red+Green+Blue) = 157+3+193=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D03C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D03C1 is #62FC3E. Grayscale: #464646. Windows color (decimal): -6487103 or 12649373. OLE color: 12649373.

HSL color Cylindrical-coordinate representation of color #9D03C1: hue angle of 288.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D03C1 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 3 193 -
CMYK 0.19 0.98 0 0.24
HSL 288.63º 0.97% 0.38% -
HSV(B) 288.63º 0.98% 0.76% -
XYZ 23.56 11.08 51.35 -
YUV 70.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 157 3 193 0.19 0.98 0 0.24 288.63 0.97 0.38
Hex 9D 3 C1 13 62 0 18 121 61 26
Octal 235 3 301 23 142 0 30 441 141 46
Binary 10011101 11 11000001 10011 1100010 0 11000 100100001 1100001 100110

Color Harmonies of #9D03C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D03C1

Black with #9D03C1

Text Example


Text Example

White with #9D03C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,3,193); }

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

background-color css

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

 a { background-color: rgb(157,3,193); }

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

border-color css

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

 span { border-color: rgb(157,3,193); }

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