#953CDE

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

Shades of Blue Violet #953CDE

Tints of Blue Violet #953CDE

Color information

#953CDE (or 0x953CDE) is unknown color: approx Blue Violet. HEX triplet: 95, 3C and DE. RGB value is (149,60,222). Sum of RGB (Red+Green+Blue) = 149+60+222=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #953CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CDE is #6AC321. Grayscale: #686868. Windows color (decimal): -6996770 or 14564501. OLE color: 14564501.

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

Color convert

RGB14960222-
CMYK0.330.7300.13
HSL272.96º71.05%55.29%-
HSV(B)272.96º72.97%87.06%-
XYZ27.214.970.55-
YUV105.08193.99159.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 60 (23.83% from 255) = 13.92%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=34.57%
G=13.92%
B=51.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149602220.330.7300.13272.9671.0555.29
Hex953CDE21490D1114737
Octal225743364111101542110767
Binary10010101111100110111101000011001001011011000100011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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