#953DE2

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

Shades of Blue Violet #953DE2

Tints of Blue Violet #953DE2

Color information

#953DE2 (or 0x953DE2) is unknown color: approx Blue Violet. HEX triplet: 95, 3D and E2. RGB value is (149,61,226). Sum of RGB (Red+Green+Blue) = 149+61+226=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 226 (88.67% from 255 or 51.83% from 436); Max value from RGB is 226 - color contains mainly: blue. Hex color #953DE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DE2 is #6AC21D. Grayscale: #696969. Windows color (decimal): -6996510 or 14826901. OLE color: 14826901.

HSL color Cylindrical-coordinate representation of color #953DE2: hue angle of 272º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953DE2 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14961226-
CMYK0.340.7300.11
HSL272º73.99%56.27%-
HSV(B)272º73.01%88.63%-
XYZ27.7915.2273.42-
YUV106.12195.65158.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 61 (24.22% from 255) = 13.99%
BLUE value IS 226 (88.67% from 255) = 51.83%
R=34.17%
G=13.99%
B=51.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal149612260.340.7300.1127273.9956.27
Hex953DE222490B1104a38
Octal225753424211101342011270
Binary10010101111101111000101000101001001010111000100001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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