Html Css Color HEX #8004AF Dark Violet

📋 copy color: '#8004AF'

red 128 ◦ green 4 ◦ blue 175

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

Shades of Dark Violet #8004AF

Tints of Dark Violet #8004AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

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

R = 41.69%
G = 1.3%
B = 57%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8004AF (or 0x8004AF) is known color: Dark Violet. HEX triplet: 80, 04 and AF. RGB value is (128,4,175). Sum of RGB (Red+Green+Blue) = 128+4+175=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #8004AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8004AF is #7FFB50. Grayscale: #3C3C3C. Windows color (decimal): -8387409 or 11469952. OLE color: 11469952.

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

Color convert

RGB 128 4 175 -
CMYK 0.27 0.98 0 0.31
HSL 283.51º 0.96% 0.35% -
HSV(B) 283.51º 0.98% 0.69% -
XYZ 16.68 7.77 41.18 -
YUV 60.57 192.58 176.1 -
System Red Green Blue C M Y K H S L
Decimal 128 4 175 0.27 0.98 0 0.31 283.51 0.96 0.35
Hex 80 4 AF 1B 62 0 1F 11C 60 23
Octal 200 4 257 33 142 0 37 434 140 43
Binary 10000000 100 10101111 11011 1100010 0 11111 100011100 1100000 100011

Color Harmonies of #8004AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8004AF

Black with #8004AF

Text Example


Text Example

White with #8004AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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