#953DEE

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

Shades of Blue Violet #953DEE

Tints of Blue Violet #953DEE

Color information

#953DEE (or 0x953DEE) is unknown color: approx Blue Violet. HEX triplet: 95, 3D and EE. RGB value is (149,61,238). Sum of RGB (Red+Green+Blue) = 149+61+238=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #953DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953DEE is #6AC211. Grayscale: #6A6A6A. Windows color (decimal): -6996498 or 15613333. OLE color: 15613333.

HSL color Cylindrical-coordinate representation of color #953DEE: hue angle of 269.83º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953DEE is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14961238-
CMYK0.370.7400.07
HSL269.83º83.89%58.63%-
HSV(B)269.83º74.37%93.33%-
XYZ29.515.982.4-
YUV107.49201.65157.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 61 (24.22% from 255) = 13.62%
BLUE value IS 238 (93.36% from 255) = 53.12%
R=33.26%
G=13.62%
B=53.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149612380.370.7400.07269.8383.8958.63
Hex953DEE254A0710e543b
Octal22575356451120741612473
Binary1001010111110111101110100101100101001111000011101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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