Html Css Color HEX #8A0ED1 Dark Violet

📋 copy color: '#8A0ED1'

red 138 ◦ green 14 ◦ blue 209

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

Shades of Dark Violet #8A0ED1

Tints of Dark Violet #8A0ED1

RGB

 RED value IS 138 (54.3% from 255) = 38.23%

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

 BLUE value IS 209 (82.03% from 255) = 57.89%

R = 38.23%
G = 3.88%
B = 57.89%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8A0ED1 (or 0x8A0ED1) is known color: Dark Violet. HEX triplet: 8A, 0E and D1. RGB value is (138,14,209). Sum of RGB (Red+Green+Blue) = 138+14+209=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 209 (82.03% from 255 or 57.89% from 361); Max value from RGB is 209 - color contains mainly: blue. Hex color #8A0ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0ED1 is #75F12E. Grayscale: #484848. Windows color (decimal): -7729455 or 13700746. OLE color: 13700746.

HSL color Cylindrical-coordinate representation of color #8A0ED1: hue angle of 278.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0ED1 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 14 209 -
CMYK 0.34 0.93 0 0.18
HSL 278.15º 0.87% 0.44% -
HSV(B) 278.15º 0.93% 0.82% -
XYZ 22.15 10.32 61.15 -
YUV 73.31 204.58 174.14 -
System Red Green Blue C M Y K H S L
Decimal 138 14 209 0.34 0.93 0 0.18 278.15 0.87 0.44
Hex 8A E D1 22 5D 0 12 116 57 2C
Octal 212 16 321 42 135 0 22 426 127 54
Binary 10001010 1110 11010001 100010 1011101 0 10010 100010110 1010111 101100

Color Harmonies of #8A0ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0ED1

Black with #8A0ED1

Text Example


Text Example

White with #8A0ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,14,209); }

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

background-color css

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

 a { background-color: rgb(138,14,209); }

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

border-color css

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

 span { border-color: rgb(138,14,209); }

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