Html Css Color HEX #800FD8 Dark Violet

📋 copy color: '#800FD8'

red 128 ◦ green 15 ◦ blue 216

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

Shades of Dark Violet #800FD8

Tints of Dark Violet #800FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 60.17%

R = 35.65%
G = 4.18%
B = 60.17%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#800FD8 (or 0x800FD8) is known color: Dark Violet. HEX triplet: 80, 0F and D8. RGB value is (128,15,216). Sum of RGB (Red+Green+Blue) = 128+15+216=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 216 (84.77% from 255 or 60.17% from 359); Max value from RGB is 216 - color contains mainly: blue. Hex color #800FD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FD8 is #7FF027. Grayscale: #474747. Windows color (decimal): -8384552 or 14159744. OLE color: 14159744.

HSL color Cylindrical-coordinate representation of color #800FD8: hue angle of 273.73º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800FD8 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 15 216 -
CMYK 0.41 0.93 0 0.15
HSL 273.73º 0.87% 0.45% -
HSV(B) 273.73º 0.93% 0.85% -
XYZ 21.47 9.89 65.74 -
YUV 71.7 209.44 168.16 -
System Red Green Blue C M Y K H S L
Decimal 128 15 216 0.41 0.93 0 0.15 273.73 0.87 0.45
Hex 80 F D8 29 5D 0 F 112 57 2D
Octal 200 17 330 51 135 0 17 422 127 55
Binary 10000000 1111 11011000 101001 1011101 0 1111 100010010 1010111 101101

Color Harmonies of #800FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FD8

Black with #800FD8

Text Example


Text Example

White with #800FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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