#913DE4

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

Shades of Blue Violet #913DE4

Tints of Blue Violet #913DE4

Color information

#913DE4 (or 0x913DE4) is unknown color: approx Blue Violet. HEX triplet: 91, 3D and E4. RGB value is (145,61,228). Sum of RGB (Red+Green+Blue) = 145+61+228=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 228 (89.45% from 255 or 52.53% from 434); Max value from RGB is 228 - color contains mainly: blue. Hex color #913DE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DE4 is #6EC21B. Grayscale: #686868. Windows color (decimal): -7258652 or 14957969. OLE color: 14957969.

HSL color Cylindrical-coordinate representation of color #913DE4: hue angle of 270.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #913DE4 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14561228-
CMYK0.360.7300.11
HSL270.18º75.57%56.67%-
HSV(B)270.18º73.25%89.41%-
XYZ27.3514.9674.84-
YUV105.15197.33156.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.41%
GREEN value IS 61 (24.22% from 255) = 14.06%
BLUE value IS 228 (89.45% from 255) = 52.53%
R=33.41%
G=14.06%
B=52.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal145612280.360.7300.11270.1875.5756.67
Hex913DE424490B10e4c39
Octal221753444411101341611471
Binary10010001111101111001001001001001001010111000011101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,61,228); }

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

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

 a { background-color: rgb(145,61,228); }

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

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

 span { border-color: rgb(145,61,228); }

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