Html Css Color HEX #9D0CCD Dark Violet

📋 copy color: '#9D0CCD'

red 157 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #9D0CCD

Tints of Dark Violet #9D0CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.21%

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 41.98%
G = 3.21%
B = 54.81%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D0CCD (or 0x9D0CCD) is known color: Dark Violet. HEX triplet: 9D, 0C and CD. RGB value is (157,12,205). Sum of RGB (Red+Green+Blue) = 157+12+205=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D0CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0CCD is #62F332. Grayscale: #4C4C4C. Windows color (decimal): -6484787 or 13438109. OLE color: 13438109.

HSL color Cylindrical-coordinate representation of color #9D0CCD: hue angle of 285.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0CCD is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 12 205 -
CMYK 0.23 0.94 0 0.20
HSL 285.08º 0.89% 0.43% -
HSV(B) 285.08º 0.94% 0.8% -
XYZ 25.06 11.84 58.72 -
YUV 77.36 200.04 184.81 -
System Red Green Blue C M Y K H S L
Decimal 157 12 205 0.23 0.94 0 0.20 285.08 0.89 0.43
Hex 9D C CD 17 5E 0 14 11D 59 2B
Octal 235 14 315 27 136 0 24 435 131 53
Binary 10011101 1100 11001101 10111 1011110 0 10100 100011101 1011001 101011

Color Harmonies of #9D0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0CCD

Black with #9D0CCD

Text Example


Text Example

White with #9D0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,12,205); }

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

background-color css

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

 a { background-color: rgb(157,12,205); }

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

border-color css

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

 span { border-color: rgb(157,12,205); }

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