#8110E1

Color #8110E1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8110E1

Tints of Blue Violet #8110E1

Color information

#8110E1 (or 0x8110E1) is unknown color: approx Blue Violet. HEX triplet: 81, 10 and E1. RGB value is (129,16,225). Sum of RGB (Red+Green+Blue) = 129+16+225=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #8110E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8110E1 is #7EEF1E. Grayscale: #484848. Windows color (decimal): -8318751 or 14749825. OLE color: 14749825.

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

Color convert

RGB12916225-
CMYK0.430.9300.12
HSL272.44º86.72%47.25%-
HSV(B)272.44º92.89%88.24%-
XYZ22.8310.4772.05-
YUV73.61213.44167.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 16 (6.64% from 255) = 4.32%
BLUE value IS 225 (88.28% from 255) = 60.81%
R=34.86%
G=4.32%
B=60.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal129162250.430.9300.12272.4486.7247.25
Hex8110E12B5D0C110572f
Octal201203415313501442012757
Binary1000000110000111000011010111011101011001000100001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8110E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8110E1; }

 p { color: rgb(129,16,225); }

 H1.HeaderClassName
 {
   color: #8110E1;
 }
 .AnyTagClassName
 {
   color: #8110E1;
 }
</style>
background-color css

<style>
 a { background-color: #8110E1; }

 a { background-color: rgb(129,16,225); }

 div.DivClassName
 {
   background-color: #8110E1;
 }
 .BgClassName
 {
   background-color: #8110E1;
 }
</style>
border-color css

<style>
 span { border-color: #8110E1; }

 span { border-color: rgb(129,16,225); }

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