#8941E1

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

Shades of Blue Violet #8941E1

Tints of Blue Violet #8941E1

Color information

#8941E1 (or 0x8941E1) is unknown color: approx Blue Violet. HEX triplet: 89, 41 and E1. RGB value is (137,65,225). Sum of RGB (Red+Green+Blue) = 137+65+225=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #8941E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8941E1 is #76BE1E. Grayscale: #686868. Windows color (decimal): -7781919 or 14762377. OLE color: 14762377.

HSL color Cylindrical-coordinate representation of color #8941E1: hue angle of 267º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8941E1 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13765225-
CMYK0.390.7100.12
HSL267º72.73%56.86%-
HSV(B)267º71.11%88.24%-
XYZ25.814.5472.68-
YUV104.77195.85150.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.08%
GREEN value IS 65 (25.78% from 255) = 15.22%
BLUE value IS 225 (88.28% from 255) = 52.69%
R=32.08%
G=15.22%
B=52.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal137652250.390.7100.1226772.7356.86
Hex8941E127470C10b4939
Octal2111013414710701441311171
Binary100010011000001111000011001111000111011001000010111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8941E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,65,225); }

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

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

 a { background-color: rgb(137,65,225); }

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

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

 span { border-color: rgb(137,65,225); }

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