Html Css Color HEX #800AD4 Dark Violet

📋 copy color: '#800AD4'

red 128 ◦ green 10 ◦ blue 212

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

Shades of Dark Violet #800AD4

Tints of Dark Violet #800AD4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.86%

 BLUE value IS 212 (83.2% from 255) = 60.57%

R = 36.57%
G = 2.86%
B = 60.57%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#800AD4 (or 0x800AD4) is known color: Dark Violet. HEX triplet: 80, 0A and D4. RGB value is (128,10,212). Sum of RGB (Red+Green+Blue) = 128+10+212=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 212 (83.20% from 255 or 60.57% from 350); Max value from RGB is 212 - color contains mainly: blue. Hex color #800AD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800AD4 is #7FF52B. Grayscale: #434343. Windows color (decimal): -8385836 or 13896320. OLE color: 13896320.

HSL color Cylindrical-coordinate representation of color #800AD4: hue angle of 275.05º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800AD4 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 10 212 -
CMYK 0.40 0.95 0 0.17
HSL 275.05º 0.91% 0.44% -
HSV(B) 275.05º 0.95% 0.83% -
XYZ 20.89 9.56 63.03 -
YUV 68.31 209.09 170.57 -
System Red Green Blue C M Y K H S L
Decimal 128 10 212 0.40 0.95 0 0.17 275.05 0.91 0.44
Hex 80 A D4 28 5F 0 11 113 5B 2C
Octal 200 12 324 50 137 0 21 423 133 54
Binary 10000000 1010 11010100 101000 1011111 0 10001 100010011 1011011 101100

Color Harmonies of #800AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800AD4

Black with #800AD4

Text Example


Text Example

White with #800AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,10,212); }

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

background-color css

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

 a { background-color: rgb(128,10,212); }

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

border-color css

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

 span { border-color: rgb(128,10,212); }

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