Html Css Color HEX #8002AE Dark Violet

📋 copy color: '#8002AE'

red 128 ◦ green 2 ◦ blue 174

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

Shades of Dark Violet #8002AE

Tints of Dark Violet #8002AE

RGB

 RED value IS 128 (50.39% from 255) = 42.11%

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 42.11%
G = 0.66%
B = 57.24%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8002AE (or 0x8002AE) is known color: Dark Violet. HEX triplet: 80, 02 and AE. RGB value is (128,2,174). Sum of RGB (Red+Green+Blue) = 128+2+174=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #8002AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8002AE is #7FFD51. Grayscale: #3A3A3A. Windows color (decimal): -8387922 or 11403904. OLE color: 11403904.

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

Color convert

RGB 128 2 174 -
CMYK 0.26 0.99 0 0.32
HSL 283.95º 0.98% 0.35% -
HSV(B) 283.95º 0.99% 0.68% -
XYZ 16.56 7.69 40.66 -
YUV 59.28 192.74 177.01 -
System Red Green Blue C M Y K H S L
Decimal 128 2 174 0.26 0.99 0 0.32 283.95 0.98 0.35
Hex 80 2 AE 1A 63 0 20 11C 62 23
Octal 200 2 256 32 143 0 40 434 142 43
Binary 10000000 10 10101110 11010 1100011 0 100000 100011100 1100010 100011

Color Harmonies of #8002AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002AE

Black with #8002AE

Text Example


Text Example

White with #8002AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8002AE; }

 p { color: rgb(128,2,174); }

 H1.HeaderClassName
 {
   color: #8002AE;
 }
 .AnyTagClassName
 {
   color: #8002AE;
 }
</style>

background-color css

<style>
 a { background-color: #8002AE; }

 a { background-color: rgb(128,2,174); }

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

border-color css

<style>
 span { border-color: #8002AE; }

 span { border-color: rgb(128,2,174); }

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