Html Css Color HEX #800ADC Dark Violet

📋 copy color: '#800ADC'

red 128 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #800ADC

Tints of Dark Violet #800ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 35.75%
G = 2.79%
B = 61.45%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#800ADC (or 0x800ADC) is known color: Dark Violet. HEX triplet: 80, 0A and DC. RGB value is (128,10,220). Sum of RGB (Red+Green+Blue) = 128+10+220=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #800ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800ADC is #7FF523. Grayscale: #444444. Windows color (decimal): -8385828 or 14420608. OLE color: 14420608.

HSL color Cylindrical-coordinate representation of color #800ADC: hue angle of 273.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800ADC is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 10 220 -
CMYK 0.42 0.95 0 0.14
HSL 273.71º 0.91% 0.45% -
HSV(B) 273.71º 0.95% 0.86% -
XYZ 21.93 9.97 68.48 -
YUV 69.22 213.09 169.92 -
System Red Green Blue C M Y K H S L
Decimal 128 10 220 0.42 0.95 0 0.14 273.71 0.91 0.45
Hex 80 A DC 2A 5F 0 E 112 5B 2D
Octal 200 12 334 52 137 0 16 422 133 55
Binary 10000000 1010 11011100 101010 1011111 0 1110 100010010 1011011 101101

Color Harmonies of #800ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800ADC

Black with #800ADC

Text Example


Text Example

White with #800ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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