Html Css Color HEX #8D10CD Dark Violet

📋 copy color: '#8D10CD'

red 141 ◦ green 16 ◦ blue 205

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

Shades of Dark Violet #8D10CD

Tints of Dark Violet #8D10CD

RGB

 RED value IS 141 (55.47% from 255) = 38.95%

 GREEN value IS 16 (6.64% from 255) = 4.42%

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

R = 38.95%
G = 4.42%
B = 56.63%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D10CD (or 0x8D10CD) is known color: Dark Violet. HEX triplet: 8D, 10 and CD. RGB value is (141,16,205). Sum of RGB (Red+Green+Blue) = 141+16+205=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D10CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D10CD is #72EF32. Grayscale: #4A4A4A. Windows color (decimal): -7532339 or 13439117. OLE color: 13439117.

HSL color Cylindrical-coordinate representation of color #8D10CD: hue angle of 279.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D10CD is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 16 205 -
CMYK 0.31 0.92 0 0.20
HSL 279.68º 0.86% 0.43% -
HSV(B) 279.68º 0.92% 0.8% -
XYZ 22.19 10.44 58.6 -
YUV 74.92 201.41 175.13 -
System Red Green Blue C M Y K H S L
Decimal 141 16 205 0.31 0.92 0 0.20 279.68 0.86 0.43
Hex 8D 10 CD 1F 5C 0 14 118 56 2B
Octal 215 20 315 37 134 0 24 430 126 53
Binary 10001101 10000 11001101 11111 1011100 0 10100 100011000 1010110 101011

Color Harmonies of #8D10CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D10CD

Black with #8D10CD

Text Example


Text Example

White with #8D10CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D10CD; }

 p { color: rgb(141,16,205); }

 H1.HeaderClassName
 {
   color: #8D10CD;
 }
 .AnyTagClassName
 {
   color: #8D10CD;
 }
</style>

background-color css

<style>
 a { background-color: #8D10CD; }

 a { background-color: rgb(141,16,205); }

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

border-color css

<style>
 span { border-color: #8D10CD; }

 span { border-color: rgb(141,16,205); }

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