#913CEE

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

Shades of Blue Violet #913CEE

Tints of Blue Violet #913CEE

Color information

#913CEE (or 0x913CEE) is unknown color: approx Blue Violet. HEX triplet: 91, 3C and EE. RGB value is (145,60,238). Sum of RGB (Red+Green+Blue) = 145+60+238=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #913CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913CEE is #6EC311. Grayscale: #696969. Windows color (decimal): -7258898 or 15613073. OLE color: 15613073.

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

Color convert

RGB14560238-
CMYK0.390.7500.07
HSL268.65º83.96%58.43%-
HSV(B)268.65º74.79%93.33%-
XYZ28.7315.4282.35-
YUV105.71202.66156.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.73%
GREEN value IS 60 (23.83% from 255) = 13.54%
BLUE value IS 238 (93.36% from 255) = 53.72%
R=32.73%
G=13.54%
B=53.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal145602380.390.7500.07268.6583.9658.43
Hex913CEE274B0710d543a
Octal22174356471130741512472
Binary1001000111110011101110100111100101101111000011011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913CEE; }

 p { color: rgb(145,60,238); }

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

<style>
 a { background-color: #913CEE; }

 a { background-color: rgb(145,60,238); }

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

<style>
 span { border-color: #913CEE; }

 span { border-color: rgb(145,60,238); }

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