Html Css Color HEX #8A03AE Dark Violet

📋 copy color: '#8A03AE'

red 138 ◦ green 3 ◦ blue 174

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

Shades of Dark Violet #8A03AE

Tints of Dark Violet #8A03AE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 43.81%
G = 0.95%
B = 55.24%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A03AE (or 0x8A03AE) is known color: Dark Violet. HEX triplet: 8A, 03 and AE. RGB value is (138,3,174). Sum of RGB (Red+Green+Blue) = 138+3+174=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A03AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A03AE is #75FC51. Grayscale: #3E3E3E. Windows color (decimal): -7732306 or 11404170. OLE color: 11404170.

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

Color convert

RGB 138 3 174 -
CMYK 0.21 0.98 0 0.32
HSL 287.37º 0.97% 0.35% -
HSV(B) 287.37º 0.98% 0.68% -
XYZ 18.15 8.52 40.73 -
YUV 62.86 190.73 181.6 -
System Red Green Blue C M Y K H S L
Decimal 138 3 174 0.21 0.98 0 0.32 287.37 0.97 0.35
Hex 8A 3 AE 15 62 0 20 11F 61 23
Octal 212 3 256 25 142 0 40 437 141 43
Binary 10001010 11 10101110 10101 1100010 0 100000 100011111 1100001 100011

Color Harmonies of #8A03AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A03AE

Black with #8A03AE

Text Example


Text Example

White with #8A03AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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