Html Css Color HEX #800FE0 Blue Violet

📋 copy color: '#800FE0'

red 128 ◦ green 15 ◦ blue 224

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

Shades of Blue Violet #800FE0

Tints of Blue Violet #800FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.04%

R = 34.88%
G = 4.09%
B = 61.04%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#800FE0 (or 0x800FE0) is known color: Blue Violet. HEX triplet: 80, 0F and E0. RGB value is (128,15,224). Sum of RGB (Red+Green+Blue) = 128+15+224=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #800FE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FE0 is #7FF01F. Grayscale: #474747. Windows color (decimal): -8384544 or 14684032. OLE color: 14684032.

HSL color Cylindrical-coordinate representation of color #800FE0: hue angle of 272.44º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800FE0 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 15 224 -
CMYK 0.43 0.93 0 0.12
HSL 272.44º 0.87% 0.47% -
HSV(B) 272.44º 0.93% 0.88% -
XYZ 22.53 10.31 71.32 -
YUV 72.61 213.44 167.51 -
System Red Green Blue C M Y K H S L
Decimal 128 15 224 0.43 0.93 0 0.12 272.44 0.87 0.47
Hex 80 F E0 2B 5D 0 C 110 57 2F
Octal 200 17 340 53 135 0 14 420 127 57
Binary 10000000 1111 11100000 101011 1011101 0 1100 100010000 1010111 101111

Color Harmonies of #800FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FE0

Black with #800FE0

Text Example


Text Example

White with #800FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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