#953D88

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

Shades of Vivid Violet #953D88

Tints of Vivid Violet #953D88

Color information

#953D88 (or 0x953D88) is unknown color: approx Vivid Violet. HEX triplet: 95, 3D and 88. RGB value is (149,61,136). Sum of RGB (Red+Green+Blue) = 149+61+136=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #953D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953D88 is #6AC277. Grayscale: #5F5F5F. Windows color (decimal): -6996600 or 8928661. OLE color: 8928661.

HSL color Cylindrical-coordinate representation of color #953D88: hue angle of 308.86º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #953D88 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14961136-
CMYK00.590.090.42
HSL308.86º41.9%41.18%-
HSV(B)308.86º59.06%58.43%-
XYZ18.5111.524.54-
YUV95.86150.65165.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 61 (24.22% from 255) = 17.63%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=43.06%
G=17.63%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496113600.590.090.42308.8641.941.18
Hex953D8803B92A1352a29
Octal2257521007311524655251
Binary100101011111011000100001110111001101010100110101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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