Html Css Color HEX #9D11CD Dark Violet

📋 copy color: '#9D11CD'

red 157 ◦ green 17 ◦ blue 205

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

Shades of Dark Violet #9D11CD

Tints of Dark Violet #9D11CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.49%

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

R = 41.42%
G = 4.49%
B = 54.09%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D11CD (or 0x9D11CD) is known color: Dark Violet. HEX triplet: 9D, 11 and CD. RGB value is (157,17,205). Sum of RGB (Red+Green+Blue) = 157+17+205=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D11CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D11CD is #62EE32. Grayscale: #4F4F4F. Windows color (decimal): -6483507 or 13439389. OLE color: 13439389.

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

Color convert

RGB 157 17 205 -
CMYK 0.23 0.92 0 0.20
HSL 284.68º 0.85% 0.44% -
HSV(B) 284.68º 0.92% 0.8% -
XYZ 25.12 11.98 58.75 -
YUV 80.29 198.38 182.71 -
System Red Green Blue C M Y K H S L
Decimal 157 17 205 0.23 0.92 0 0.20 284.68 0.85 0.44
Hex 9D 11 CD 17 5C 0 14 11D 55 2C
Octal 235 21 315 27 134 0 24 435 125 54
Binary 10011101 10001 11001101 10111 1011100 0 10100 100011101 1010101 101100

Color Harmonies of #9D11CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D11CD

Black with #9D11CD

Text Example


Text Example

White with #9D11CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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