Html Css Color HEX #8006AF Dark Violet

📋 copy color: '#8006AF'

red 128 ◦ green 6 ◦ blue 175

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

Shades of Dark Violet #8006AF

Tints of Dark Violet #8006AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 41.42%
G = 1.94%
B = 56.63%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8006AF (or 0x8006AF) is known color: Dark Violet. HEX triplet: 80, 06 and AF. RGB value is (128,6,175). Sum of RGB (Red+Green+Blue) = 128+6+175=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #8006AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8006AF is #7FF950. Grayscale: #3D3D3D. Windows color (decimal): -8386897 or 11470464. OLE color: 11470464.

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

Color convert

RGB 128 6 175 -
CMYK 0.27 0.97 0 0.31
HSL 283.31º 0.93% 0.35% -
HSV(B) 283.31º 0.97% 0.69% -
XYZ 16.71 7.81 41.19 -
YUV 61.74 191.92 175.26 -
System Red Green Blue C M Y K H S L
Decimal 128 6 175 0.27 0.97 0 0.31 283.31 0.93 0.35
Hex 80 6 AF 1B 61 0 1F 11B 5D 23
Octal 200 6 257 33 141 0 37 433 135 43
Binary 10000000 110 10101111 11011 1100001 0 11111 100011011 1011101 100011

Color Harmonies of #8006AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8006AF

Black with #8006AF

Text Example


Text Example

White with #8006AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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