#953BE7

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

Shades of Blue Violet #953BE7

Tints of Blue Violet #953BE7

Color information

#953BE7 (or 0x953BE7) is unknown color: approx Blue Violet. HEX triplet: 95, 3B and E7. RGB value is (149,59,231). Sum of RGB (Red+Green+Blue) = 149+59+231=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #953BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953BE7 is #6AC418. Grayscale: #686868. Windows color (decimal): -6997017 or 15154069. OLE color: 15154069.

HSL color Cylindrical-coordinate representation of color #953BE7: hue angle of 271.4º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953BE7 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14959231-
CMYK0.350.7400.09
HSL271.4º78.18%56.86%-
HSV(B)271.4º74.46%90.59%-
XYZ28.3815.2977.06-
YUV105.52198.82159.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 59 (23.44% from 255) = 13.44%
BLUE value IS 231 (90.62% from 255) = 52.62%
R=33.94%
G=13.44%
B=52.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal149592310.350.7400.09271.478.1856.86
Hex953BE7234A0910f4e39
Octal225733474311201141711671
Binary10010101111011111001111000111001010010011000011111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,59,231); }

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

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

 a { background-color: rgb(149,59,231); }

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

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

 span { border-color: rgb(149,59,231); }

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