Html Css Color HEX #8D0AC0 Dark Violet

📋 copy color: '#8D0AC0'

red 141 ◦ green 10 ◦ blue 192

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

Shades of Dark Violet #8D0AC0

Tints of Dark Violet #8D0AC0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.92%

 BLUE value IS 192 (75.39% from 255) = 55.98%

R = 41.11%
G = 2.92%
B = 55.98%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D0AC0 (or 0x8D0AC0) is known color: Dark Violet. HEX triplet: 8D, 0A and C0. RGB value is (141,10,192). Sum of RGB (Red+Green+Blue) = 141+10+192=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 192 (75.39% from 255 or 55.98% from 343); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D0AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0AC0 is #72F53F. Grayscale: #454545. Windows color (decimal): -7533888 or 12585613. OLE color: 12585613.

HSL color Cylindrical-coordinate representation of color #8D0AC0: hue angle of 283.19º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0AC0 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 10 192 -
CMYK 0.27 0.95 0 0.25
HSL 283.19º 0.9% 0.4% -
HSV(B) 283.19º 0.95% 0.75% -
XYZ 20.61 9.69 50.65 -
YUV 69.92 196.9 178.7 -
System Red Green Blue C M Y K H S L
Decimal 141 10 192 0.27 0.95 0 0.25 283.19 0.9 0.4
Hex 8D A C0 1B 5F 0 19 11B 5A 28
Octal 215 12 300 33 137 0 31 433 132 50
Binary 10001101 1010 11000000 11011 1011111 0 11001 100011011 1011010 101000

Color Harmonies of #8D0AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0AC0

Black with #8D0AC0

Text Example


Text Example

White with #8D0AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,10,192); }

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

background-color css

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

 a { background-color: rgb(141,10,192); }

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

border-color css

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

 span { border-color: rgb(141,10,192); }

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