#9137E1

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

Shades of Blue Violet #9137E1

Tints of Blue Violet #9137E1

Color information

#9137E1 (or 0x9137E1) is unknown color: approx Blue Violet. HEX triplet: 91, 37 and E1. RGB value is (145,55,225). Sum of RGB (Red+Green+Blue) = 145+55+225=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #9137E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9137E1 is #6EC81E. Grayscale: #646464. Windows color (decimal): -7260191 or 14759825. OLE color: 14759825.

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

Color convert

RGB14555225-
CMYK0.360.7600.12
HSL271.76º73.91%54.9%-
HSV(B)271.76º75.56%88.24%-
XYZ26.6314.1972.57-
YUV101.29197.82159.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.12%
GREEN value IS 55 (21.88% from 255) = 12.94%
BLUE value IS 225 (88.28% from 255) = 52.94%
R=34.12%
G=12.94%
B=52.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal145552250.360.7600.12271.7673.9154.9
Hex9137E1244C0C1104a37
Octal221673414411401442011267
Binary10010001110111111000011001001001100011001000100001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9137E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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