Html Css Color HEX #8D0ADE Dark Violet

📋 copy color: '#8D0ADE'

red 141 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #8D0ADE

Tints of Dark Violet #8D0ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.52%

R = 37.8%
G = 2.68%
B = 59.52%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D0ADE (or 0x8D0ADE) is known color: Dark Violet. HEX triplet: 8D, 0A and DE. RGB value is (141,10,222). Sum of RGB (Red+Green+Blue) = 141+10+222=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D0ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0ADE is #72F521. Grayscale: #484848. Windows color (decimal): -7533858 or 14551693. OLE color: 14551693.

HSL color Cylindrical-coordinate representation of color #8D0ADE: hue angle of 277.08º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0ADE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 10 222 -
CMYK 0.36 0.95 0 0.13
HSL 277.08º 0.91% 0.45% -
HSV(B) 277.08º 0.95% 0.87% -
XYZ 24.28 11.15 69.98 -
YUV 73.34 211.9 176.26 -
System Red Green Blue C M Y K H S L
Decimal 141 10 222 0.36 0.95 0 0.13 277.08 0.91 0.45
Hex 8D A DE 24 5F 0 D 115 5B 2D
Octal 215 12 336 44 137 0 15 425 133 55
Binary 10001101 1010 11011110 100100 1011111 0 1101 100010101 1011011 101101

Color Harmonies of #8D0ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0ADE

Black with #8D0ADE

Text Example


Text Example

White with #8D0ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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