#953FDE

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

Shades of Blue Violet #953FDE

Tints of Blue Violet #953FDE

Color information

#953FDE (or 0x953FDE) is unknown color: approx Blue Violet. HEX triplet: 95, 3F and DE. RGB value is (149,63,222). Sum of RGB (Red+Green+Blue) = 149+63+222=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #953FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FDE is #6AC021. Grayscale: #6A6A6A. Windows color (decimal): -6996002 or 14565269. OLE color: 14565269.

HSL color Cylindrical-coordinate representation of color #953FDE: hue angle of 272.45º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953FDE is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14963222-
CMYK0.330.7200.13
HSL272.45º70.67%55.88%-
HSV(B)272.45º71.62%87.06%-
XYZ27.3615.2270.6-
YUV106.84192.99158.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.33%
GREEN value IS 63 (25% from 255) = 14.52%
BLUE value IS 222 (87.11% from 255) = 51.15%
R=34.33%
G=14.52%
B=51.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149632220.330.7200.13272.4570.6755.88
Hex953FDE21480D1104738
Octal225773364111001542010770
Binary10010101111111110111101000011001000011011000100001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,63,222); }

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

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

 a { background-color: rgb(149,63,222); }

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

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

 span { border-color: rgb(149,63,222); }

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