#9139E1

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

Shades of Blue Violet #9139E1

Tints of Blue Violet #9139E1

Color information

#9139E1 (or 0x9139E1) is unknown color: approx Blue Violet. HEX triplet: 91, 39 and E1. RGB value is (145,57,225). Sum of RGB (Red+Green+Blue) = 145+57+225=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 57 (22.66% from 255 or 13.35% 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 #9139E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9139E1 is #6EC61E. Grayscale: #656565. Windows color (decimal): -7259679 or 14760337. OLE color: 14760337.

HSL color Cylindrical-coordinate representation of color #9139E1: hue angle of 271.43º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9139E1 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14557225-
CMYK0.360.7500.12
HSL271.43º73.68%55.29%-
HSV(B)271.43º74.67%88.24%-
XYZ26.7314.3872.6-
YUV102.46197.15158.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 57 (22.66% from 255) = 13.35%
BLUE value IS 225 (88.28% from 255) = 52.69%
R=33.96%
G=13.35%
B=52.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal145572250.360.7500.12271.4373.6855.29
Hex9139E1244B0C10f4a37
Octal221713414411301441711267
Binary10010001111001111000011001001001011011001000011111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9139E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,57,225); }

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

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

 a { background-color: rgb(145,57,225); }

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

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

 span { border-color: rgb(145,57,225); }

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