Html Css Color HEX #9D05C1 Dark Violet

📋 copy color: '#9D05C1'

red 157 ◦ green 5 ◦ blue 193

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

Shades of Dark Violet #9D05C1

Tints of Dark Violet #9D05C1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 44.23%
G = 1.41%
B = 54.37%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9D05C1 (or 0x9D05C1) is known color: Dark Violet. HEX triplet: 9D, 05 and C1. RGB value is (157,5,193). Sum of RGB (Red+Green+Blue) = 157+5+193=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D05C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D05C1 is #62FA3E. Grayscale: #474747. Windows color (decimal): -6486591 or 12649885. OLE color: 12649885.

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

Color convert

RGB 157 5 193 -
CMYK 0.19 0.97 0 0.24
HSL 288.51º 0.95% 0.39% -
HSV(B) 288.51º 0.97% 0.76% -
XYZ 23.58 11.13 51.36 -
YUV 71.88 196.36 188.71 -
System Red Green Blue C M Y K H S L
Decimal 157 5 193 0.19 0.97 0 0.24 288.51 0.95 0.39
Hex 9D 5 C1 13 61 0 18 121 5F 27
Octal 235 5 301 23 141 0 30 441 137 47
Binary 10011101 101 11000001 10011 1100001 0 11000 100100001 1011111 100111

Color Harmonies of #9D05C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D05C1

Black with #9D05C1

Text Example


Text Example

White with #9D05C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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