Html Css Color HEX #800FDC Dark Violet

📋 copy color: '#800FDC'

red 128 ◦ green 15 ◦ blue 220

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

Shades of Dark Violet #800FDC

Tints of Dark Violet #800FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

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

R = 35.26%
G = 4.13%
B = 60.61%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#800FDC (or 0x800FDC) is known color: Dark Violet. HEX triplet: 80, 0F and DC. RGB value is (128,15,220). Sum of RGB (Red+Green+Blue) = 128+15+220=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #800FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FDC is #7FF023. Grayscale: #474747. Windows color (decimal): -8384548 or 14421888. OLE color: 14421888.

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

Color convert

RGB 128 15 220 -
CMYK 0.42 0.93 0 0.14
HSL 273.07º 0.87% 0.46% -
HSV(B) 273.07º 0.93% 0.86% -
XYZ 21.99 10.1 68.5 -
YUV 72.16 211.44 167.83 -
System Red Green Blue C M Y K H S L
Decimal 128 15 220 0.42 0.93 0 0.14 273.07 0.87 0.46
Hex 80 F DC 2A 5D 0 E 111 57 2E
Octal 200 17 334 52 135 0 16 421 127 56
Binary 10000000 1111 11011100 101010 1011101 0 1110 100010001 1010111 101110

Color Harmonies of #800FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FDC

Black with #800FDC

Text Example


Text Example

White with #800FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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