#953DE9

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

Shades of Blue Violet #953DE9

Tints of Blue Violet #953DE9

Color information

#953DE9 (or 0x953DE9) is unknown color: approx Blue Violet. HEX triplet: 95, 3D and E9. RGB value is (149,61,233). Sum of RGB (Red+Green+Blue) = 149+61+233=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #953DE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953DE9 is #6AC216. Grayscale: #6A6A6A. Windows color (decimal): -6996503 or 15285653. OLE color: 15285653.

HSL color Cylindrical-coordinate representation of color #953DE9: hue angle of 270.7º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953DE9 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14961233-
CMYK0.360.7400.09
HSL270.7º79.63%57.65%-
HSV(B)270.7º73.82%91.37%-
XYZ28.7715.6178.59-
YUV106.92199.15158.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 61 (24.22% from 255) = 13.77%
BLUE value IS 233 (91.41% from 255) = 52.60%
R=33.63%
G=13.77%
B=52.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal149612330.360.7400.09270.779.6357.65
Hex953DE9244A0910f503a
Octal225753514411201141712072
Binary10010101111101111010011001001001010010011000011111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953DE9; }

 p { color: rgb(149,61,233); }

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

<style>
 a { background-color: #953DE9; }

 a { background-color: rgb(149,61,233); }

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

<style>
 span { border-color: #953DE9; }

 span { border-color: rgb(149,61,233); }

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