#9135F1

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

Shades of Blue Violet #9135F1

Tints of Blue Violet #9135F1

Color information

#9135F1 (or 0x9135F1) is unknown color: approx Blue Violet. HEX triplet: 91, 35 and F1. RGB value is (145,53,241). Sum of RGB (Red+Green+Blue) = 145+53+241=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #9135F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9135F1 is #6ECA0E. Grayscale: #656565. Windows color (decimal): -7260687 or 15807889. OLE color: 15807889.

HSL color Cylindrical-coordinate representation of color #9135F1: hue angle of 269.36º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9135F1 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14553241-
CMYK0.400.7800.05
HSL269.36º87.04%57.65%-
HSV(B)269.36º78.01%94.51%-
XYZ28.8314.9284.58-
YUV101.94206.48158.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.03%
GREEN value IS 53 (21.09% from 255) = 12.07%
BLUE value IS 241 (94.53% from 255) = 54.90%
R=33.03%
G=12.07%
B=54.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal145532410.400.7800.05269.3687.0457.65
Hex9135F1284E0510d573a
Octal22165361501160541512772
Binary1001000111010111110001101000100111001011000011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9135F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9135F1; }

 p { color: rgb(145,53,241); }

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

<style>
 a { background-color: #9135F1; }

 a { background-color: rgb(145,53,241); }

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

<style>
 span { border-color: #9135F1; }

 span { border-color: rgb(145,53,241); }

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