Html Css Color HEX #8002AF Dark Violet

📋 copy color: '#8002AF'

red 128 ◦ green 2 ◦ blue 175

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

Shades of Dark Violet #8002AF

Tints of Dark Violet #8002AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 41.97%
G = 0.66%
B = 57.38%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8002AF (or 0x8002AF) is known color: Dark Violet. HEX triplet: 80, 02 and AF. RGB value is (128,2,175). Sum of RGB (Red+Green+Blue) = 128+2+175=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #8002AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8002AF is #7FFD50. Grayscale: #3A3A3A. Windows color (decimal): -8387921 or 11469440. OLE color: 11469440.

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

Color convert

RGB 128 2 175 -
CMYK 0.27 0.99 0 0.31
HSL 283.7º 0.98% 0.35% -
HSV(B) 283.7º 0.99% 0.69% -
XYZ 16.66 7.73 41.17 -
YUV 59.4 193.24 176.93 -
System Red Green Blue C M Y K H S L
Decimal 128 2 175 0.27 0.99 0 0.31 283.7 0.98 0.35
Hex 80 2 AF 1B 63 0 1F 11C 62 23
Octal 200 2 257 33 143 0 37 434 142 43
Binary 10000000 10 10101111 11011 1100011 0 11111 100011100 1100010 100011

Color Harmonies of #8002AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002AF

Black with #8002AF

Text Example


Text Example

White with #8002AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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