Html Css Color HEX #8A0ECA Dark Violet

📋 copy color: '#8A0ECA'

red 138 ◦ green 14 ◦ blue 202

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

Shades of Dark Violet #8A0ECA

Tints of Dark Violet #8A0ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.06%

R = 38.98%
G = 3.95%
B = 57.06%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A0ECA (or 0x8A0ECA) is known color: Dark Violet. HEX triplet: 8A, 0E and CA. RGB value is (138,14,202). Sum of RGB (Red+Green+Blue) = 138+14+202=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A0ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0ECA is #75F135. Grayscale: #474747. Windows color (decimal): -7729462 or 13241994. OLE color: 13241994.

HSL color Cylindrical-coordinate representation of color #8A0ECA: hue angle of 279.57º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0ECA is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 14 202 -
CMYK 0.32 0.93 0 0.21
HSL 279.57º 0.87% 0.42% -
HSV(B) 279.57º 0.93% 0.79% -
XYZ 21.3 9.98 56.68 -
YUV 72.51 201.08 174.71 -
System Red Green Blue C M Y K H S L
Decimal 138 14 202 0.32 0.93 0 0.21 279.57 0.87 0.42
Hex 8A E CA 20 5D 0 15 118 57 2A
Octal 212 16 312 40 135 0 25 430 127 52
Binary 10001010 1110 11001010 100000 1011101 0 10101 100011000 1010111 101010

Color Harmonies of #8A0ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0ECA

Black with #8A0ECA

Text Example


Text Example

White with #8A0ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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