Html Css Color HEX #8A13AE Dark Violet

📋 copy color: '#8A13AE'

red 138 ◦ green 19 ◦ blue 174

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

Shades of Dark Violet #8A13AE

Tints of Dark Violet #8A13AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.74%

 BLUE value IS 174 (68.36% from 255) = 52.57%

R = 41.69%
G = 5.74%
B = 52.57%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A13AE (or 0x8A13AE) is known color: Dark Violet. HEX triplet: 8A, 13 and AE. RGB value is (138,19,174). Sum of RGB (Red+Green+Blue) = 138+19+174=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A13AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A13AE is #75EC51. Grayscale: #474747. Windows color (decimal): -7728210 or 11408266. OLE color: 11408266.

HSL color Cylindrical-coordinate representation of color #8A13AE: hue angle of 286.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A13AE is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 19 174 -
CMYK 0.21 0.89 0 0.32
HSL 286.06º 0.8% 0.38% -
HSV(B) 286.06º 0.89% 0.68% -
XYZ 18.35 8.93 40.8 -
YUV 72.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 138 19 174 0.21 0.89 0 0.32 286.06 0.8 0.38
Hex 8A 13 AE 15 59 0 20 11E 50 26
Octal 212 23 256 25 131 0 40 436 120 46
Binary 10001010 10011 10101110 10101 1011001 0 100000 100011110 1010000 100110

Color Harmonies of #8A13AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A13AE

Black with #8A13AE

Text Example


Text Example

White with #8A13AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,19,174); }

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

background-color css

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

 a { background-color: rgb(138,19,174); }

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

border-color css

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

 span { border-color: rgb(138,19,174); }

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