Html Css Color HEX #800DAE Dark Violet

📋 copy color: '#800DAE'

red 128 ◦ green 13 ◦ blue 174

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

Shades of Dark Violet #800DAE

Tints of Dark Violet #800DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.13%

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

R = 40.63%
G = 4.13%
B = 55.24%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#800DAE (or 0x800DAE) is known color: Dark Violet. HEX triplet: 80, 0D and AE. RGB value is (128,13,174). Sum of RGB (Red+Green+Blue) = 128+13+174=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #800DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800DAE is #7FF251. Grayscale: #414141. Windows color (decimal): -8385106 or 11406720. OLE color: 11406720.

HSL color Cylindrical-coordinate representation of color #800DAE: hue angle of 282.86º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800DAE is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 13 174 -
CMYK 0.26 0.93 0 0.32
HSL 282.86º 0.86% 0.37% -
HSV(B) 282.86º 0.93% 0.68% -
XYZ 16.69 7.93 40.7 -
YUV 65.74 189.1 172.41 -
System Red Green Blue C M Y K H S L
Decimal 128 13 174 0.26 0.93 0 0.32 282.86 0.86 0.37
Hex 80 D AE 1A 5D 0 20 11B 56 25
Octal 200 15 256 32 135 0 40 433 126 45
Binary 10000000 1101 10101110 11010 1011101 0 100000 100011011 1010110 100101

Color Harmonies of #800DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800DAE

Black with #800DAE

Text Example


Text Example

White with #800DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800DAE; }

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

 H1.HeaderClassName
 {
   color: #800DAE;
 }
 .AnyTagClassName
 {
   color: #800DAE;
 }
</style>

background-color css

<style>
 a { background-color: #800DAE; }

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

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

border-color css

<style>
 span { border-color: #800DAE; }

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

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