Html Css Color HEX #8008AE Dark Violet

📋 copy color: '#8008AE'

red 128 ◦ green 8 ◦ blue 174

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

Shades of Dark Violet #8008AE

Tints of Dark Violet #8008AE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

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

R = 41.29%
G = 2.58%
B = 56.13%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8008AE (or 0x8008AE) is known color: Dark Violet. HEX triplet: 80, 08 and AE. RGB value is (128,8,174). Sum of RGB (Red+Green+Blue) = 128+8+174=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #8008AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8008AE is #7FF751. Grayscale: #3E3E3E. Windows color (decimal): -8386386 or 11405440. OLE color: 11405440.

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

Color convert

RGB 128 8 174 -
CMYK 0.26 0.95 0 0.32
HSL 283.37º 0.91% 0.36% -
HSV(B) 283.37º 0.95% 0.68% -
XYZ 16.63 7.82 40.68 -
YUV 62.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 128 8 174 0.26 0.95 0 0.32 283.37 0.91 0.36
Hex 80 8 AE 1A 5F 0 20 11B 5B 24
Octal 200 10 256 32 137 0 40 433 133 44
Binary 10000000 1000 10101110 11010 1011111 0 100000 100011011 1011011 100100

Color Harmonies of #8008AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8008AE

Black with #8008AE

Text Example


Text Example

White with #8008AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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