#8b1ee5

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

Shades of Blue Violet #8B1EE5

Tints of Blue Violet #8B1EE5

Color information

#8B1EE5 (or 0x8B1EE5) is unknown color: approx Blue Violet. HEX triplet: 8B, 1E and E5. RGB value is (139,30,229). Sum of RGB (Red+Green+Blue) = 139+30+229=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #8B1EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1EE5 is #74E11A. Grayscale: #545454. Windows color (decimal): -7659803 or 15015563. OLE color: 15015563.

HSL color Cylindrical-coordinate representation of color #8B1EE5: hue angle of 272.86º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B1EE5 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13930229-
CMYK0.390.8700.10
HSL272.86º79.28%50.78%-
HSV(B)272.86º86.9%89.8%-
XYZ25.2512.0775.13-
YUV85.28209.11166.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 30 (12.11% from 255) = 7.54%
BLUE value IS 229 (89.84% from 255) = 57.54%
R=34.92%
G=7.54%
B=57.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal139302290.390.8700.10272.8679.2850.78
Hex8B1EE527570A1114f33
Octal213363454712701242111763
Binary1000101111110111001011001111010111010101000100011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1ee5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8b1ee5; }

 p { color: rgb(139,30,229); }

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

<style>
 a { background-color: #8b1ee5; }

 a { background-color: rgb(139,30,229); }

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

<style>
 span { border-color: #8b1ee5; }

 span { border-color: rgb(139,30,229); }

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