Html Css Color HEX #8A00AE Dark Violet

📋 copy color: '#8A00AE'

red 138 ◦ green 0 ◦ blue 174

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

Shades of Dark Violet #8A00AE

Tints of Dark Violet #8A00AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.23%
G = 0%
B = 55.77%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A00AE (or 0x8A00AE) is known color: Dark Violet. HEX triplet: 8A, 00 and AE. RGB value is (138,0,174). Sum of RGB (Red+Green+Blue) = 138+0+174=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A00AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A00AE is #75FF51. Grayscale: #3C3C3C. Windows color (decimal): -7733074 or 11403402. OLE color: 11403402.

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

Color convert

RGB 138 0 174 -
CMYK 0.21 1 0 0.32
HSL 287.59º 1% 0.34% -
HSV(B) 287.59º 1% 0.68% -
XYZ 18.12 8.46 40.72 -
YUV 61.1 191.72 182.85 -
System Red Green Blue C M Y K H S L
Decimal 138 0 174 0.21 1 0 0.32 287.59 1 0.34
Hex 8A 0 AE 15 64 0 20 120 64 22
Octal 212 0 256 25 144 0 40 440 144 42
Binary 10001010 0 10101110 10101 1100100 0 100000 100100000 1100100 100010

Color Harmonies of #8A00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A00AE

Black with #8A00AE

Text Example


Text Example

White with #8A00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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