#952E90

Color #952E90 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #952E90

Tints of Vivid Violet #952E90

Color information

#952E90 (or 0x952E90) is unknown color: approx Vivid Violet. HEX triplet: 95, 2E and 90. RGB value is (149,46,144). Sum of RGB (Red+Green+Blue) = 149+46+144=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #952E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E90 is #6AD16F. Grayscale: #575757. Windows color (decimal): -7000432 or 9449109. OLE color: 9449109.

HSL color Cylindrical-coordinate representation of color #952E90: hue angle of 302.91º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E90 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14946144-
CMYK00.690.030.42
HSL302.91º52.82%38.24%-
HSV(B)302.91º69.13%58.43%-
XYZ18.4110.3627.41-
YUV87.97159.62171.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 46 (18.36% from 255) = 13.57%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=43.95%
G=13.57%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494614400.690.030.42302.9152.8238.24
Hex952E9004532A12f3526
Octal2255622001053524576546
Binary10010101101110100100000100010111101010100101111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952E90; }

 p { color: rgb(149,46,144); }

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

<style>
 a { background-color: #952E90; }

 a { background-color: rgb(149,46,144); }

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

<style>
 span { border-color: #952E90; }

 span { border-color: rgb(149,46,144); }

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