Html Css Color HEX #8A0EDB Dark Violet

📋 copy color: '#8A0EDB'

red 138 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #8A0EDB

Tints of Dark Violet #8A0EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 37.2%
G = 3.77%
B = 59.03%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A0EDB (or 0x8A0EDB) is known color: Dark Violet. HEX triplet: 8A, 0E and DB. RGB value is (138,14,219). Sum of RGB (Red+Green+Blue) = 138+14+219=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0EDB is #75F124. Grayscale: #494949. Windows color (decimal): -7729445 or 14356106. OLE color: 14356106.

HSL color Cylindrical-coordinate representation of color #8A0EDB: hue angle of 276.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0EDB is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 14 219 -
CMYK 0.37 0.94 0 0.14
HSL 276.29º 0.88% 0.46% -
HSV(B) 276.29º 0.94% 0.86% -
XYZ 23.42 10.83 67.87 -
YUV 74.45 209.58 173.33 -
System Red Green Blue C M Y K H S L
Decimal 138 14 219 0.37 0.94 0 0.14 276.29 0.88 0.46
Hex 8A E DB 25 5E 0 E 114 58 2E
Octal 212 16 333 45 136 0 16 424 130 56
Binary 10001010 1110 11011011 100101 1011110 0 1110 100010100 1011000 101110

Color Harmonies of #8A0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0EDB

Black with #8A0EDB

Text Example


Text Example

White with #8A0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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