Html Css Color HEX #8010E0 Blue Violet

📋 copy color: '#8010E0'

red 128 ◦ green 16 ◦ blue 224

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

Shades of Blue Violet #8010E0

Tints of Blue Violet #8010E0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.35%

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

R = 34.78%
G = 4.35%
B = 60.87%

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

#8010E0 (or 0x8010E0) is known color: Blue Violet. HEX triplet: 80, 10 and E0. RGB value is (128,16,224). Sum of RGB (Red+Green+Blue) = 128+16+224=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #8010E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010E0 is #7FEF1F. Grayscale: #484848. Windows color (decimal): -8384288 or 14684288. OLE color: 14684288.

HSL color Cylindrical-coordinate representation of color #8010E0: hue angle of 272.31º 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 #8010E0 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 16 224 -
CMYK 0.43 0.93 0 0.12
HSL 272.31º 0.87% 0.47% -
HSV(B) 272.31º 0.93% 0.88% -
XYZ 22.54 10.34 71.33 -
YUV 73.2 213.11 167.09 -
System Red Green Blue C M Y K H S L
Decimal 128 16 224 0.43 0.93 0 0.12 272.31 0.87 0.47
Hex 80 10 E0 2B 5D 0 C 110 57 2F
Octal 200 20 340 53 135 0 14 420 127 57
Binary 10000000 10000 11100000 101011 1011101 0 1100 100010000 1010111 101111

Color Harmonies of #8010E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8010E0

Black with #8010E0

Text Example


Text Example

White with #8010E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8010E0; }

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

 H1.HeaderClassName
 {
   color: #8010E0;
 }
 .AnyTagClassName
 {
   color: #8010E0;
 }
</style>

background-color css

<style>
 a { background-color: #8010E0; }

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

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

border-color css

<style>
 span { border-color: #8010E0; }

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

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