Html Css Color HEX #9D0EDC Dark Violet

📋 copy color: '#9D0EDC'

red 157 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #9D0EDC

Tints of Dark Violet #9D0EDC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.58%

 BLUE value IS 220 (86.33% from 255) = 56.27%

R = 40.15%
G = 3.58%
B = 56.27%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D0EDC (or 0x9D0EDC) is known color: Dark Violet. HEX triplet: 9D, 0E and DC. RGB value is (157,14,220). Sum of RGB (Red+Green+Blue) = 157+14+220=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0EDC is #62F123. Grayscale: #4F4F4F. Windows color (decimal): -6484260 or 14421661. OLE color: 14421661.

HSL color Cylindrical-coordinate representation of color #9D0EDC: hue angle of 281.65º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0EDC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 14 220 -
CMYK 0.29 0.94 0 0.14
HSL 281.65º 0.88% 0.46% -
HSV(B) 281.65º 0.94% 0.86% -
XYZ 26.98 12.65 68.73 -
YUV 80.24 206.88 182.75 -
System Red Green Blue C M Y K H S L
Decimal 157 14 220 0.29 0.94 0 0.14 281.65 0.88 0.46
Hex 9D E DC 1D 5E 0 E 11A 58 2E
Octal 235 16 334 35 136 0 16 432 130 56
Binary 10011101 1110 11011100 11101 1011110 0 1110 100011010 1011000 101110

Color Harmonies of #9D0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0EDC

Black with #9D0EDC

Text Example


Text Example

White with #9D0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,14,220); }

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

background-color css

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

 a { background-color: rgb(157,14,220); }

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

border-color css

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

 span { border-color: rgb(157,14,220); }

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