#9135ED

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

Shades of Blue Violet #9135ED

Tints of Blue Violet #9135ED

Color information

#9135ED (or 0x9135ED) is unknown color: approx Blue Violet. HEX triplet: 91, 35 and ED. RGB value is (145,53,237). Sum of RGB (Red+Green+Blue) = 145+53+237=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #9135ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9135ED is #6ECA12. Grayscale: #646464. Windows color (decimal): -7260691 or 15545745. OLE color: 15545745.

HSL color Cylindrical-coordinate representation of color #9135ED: hue angle of 270º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9135ED is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14553237-
CMYK0.390.7800.07
HSL270º83.64%56.86%-
HSV(B)270º77.64%92.94%-
XYZ28.2414.6881.47-
YUV101.48204.48159.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.33%
GREEN value IS 53 (21.09% from 255) = 12.18%
BLUE value IS 237 (92.97% from 255) = 54.48%
R=33.33%
G=12.18%
B=54.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal145532370.390.7800.0727083.6456.86
Hex9135ED274E0710e5439
Octal22165355471160741612471
Binary1001000111010111101101100111100111001111000011101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9135ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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