#953df2

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

Shades of Blue Violet #953DF2

Tints of Blue Violet #953DF2

Color information

#953DF2 (or 0x953DF2) is unknown color: approx Blue Violet. HEX triplet: 95, 3D and F2. RGB value is (149,61,242). Sum of RGB (Red+Green+Blue) = 149+61+242=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 242 (94.92% from 255 or 53.54% from 452); Max value from RGB is 242 - color contains mainly: blue. Hex color #953DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953DF2 is #6AC20D. Grayscale: #6B6B6B. Windows color (decimal): -6996494 or 15875477. OLE color: 15875477.

HSL color Cylindrical-coordinate representation of color #953DF2: hue angle of 269.17º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #953DF2 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14961242-
CMYK0.380.7500.05
HSL269.17º87.44%59.41%-
HSV(B)269.17º74.79%94.9%-
XYZ30.0916.1485.53-
YUV107.95203.65157.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.96%
GREEN value IS 61 (24.22% from 255) = 13.50%
BLUE value IS 242 (94.92% from 255) = 53.54%
R=32.96%
G=13.50%
B=53.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal149612420.380.7500.05269.1787.4459.41
Hex953DF2264B0510d573b
Octal22575362461130541512773
Binary1001010111110111110010100110100101101011000011011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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