Html Css Color HEX #8A0ECD Dark Violet

📋 copy color: '#8A0ECD'

red 138 ◦ green 14 ◦ blue 205

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

Shades of Dark Violet #8A0ECD

Tints of Dark Violet #8A0ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.42%

R = 38.66%
G = 3.92%
B = 57.42%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A0ECD (or 0x8A0ECD) is known color: Dark Violet. HEX triplet: 8A, 0E and CD. RGB value is (138,14,205). Sum of RGB (Red+Green+Blue) = 138+14+205=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A0ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0ECD is #75F132. Grayscale: #484848. Windows color (decimal): -7729459 or 13438602. OLE color: 13438602.

HSL color Cylindrical-coordinate representation of color #8A0ECD: hue angle of 278.95º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0ECD is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 14 205 -
CMYK 0.33 0.93 0 0.20
HSL 278.95º 0.87% 0.43% -
HSV(B) 278.95º 0.93% 0.8% -
XYZ 21.66 10.13 58.57 -
YUV 72.85 202.58 174.47 -
System Red Green Blue C M Y K H S L
Decimal 138 14 205 0.33 0.93 0 0.20 278.95 0.87 0.43
Hex 8A E CD 21 5D 0 14 117 57 2B
Octal 212 16 315 41 135 0 24 427 127 53
Binary 10001010 1110 11001101 100001 1011101 0 10100 100010111 1010111 101011

Color Harmonies of #8A0ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0ECD

Black with #8A0ECD

Text Example


Text Example

White with #8A0ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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