#952899

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

Shades of Vivid Violet #952899

Tints of Vivid Violet #952899

Color information

#952899 (or 0x952899) is unknown color: approx Vivid Violet. HEX triplet: 95, 28 and 99. RGB value is (149,40,153). Sum of RGB (Red+Green+Blue) = 149+40+153=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #952899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952899 is #6AD766. Grayscale: #555555. Windows color (decimal): -7001959 or 10037397. OLE color: 10037397.

HSL color Cylindrical-coordinate representation of color #952899: hue angle of 297.88º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952899 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14940153-
CMYK0.030.7400.4
HSL297.88º58.55%37.84%-
HSV(B)297.88º73.86%60%-
XYZ18.910.2131.11-
YUV85.47166.11173.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 40 (16.02% from 255) = 11.70%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=43.57%
G=11.70%
B=44.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149401530.030.7400.4297.8858.5537.84
Hex95289934A02812a3b26
Octal2255023131120504527346
Binary10010101101000100110011110010100101000100101010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952899; }

 p { color: rgb(149,40,153); }

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

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

 a { background-color: rgb(149,40,153); }

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

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

 span { border-color: rgb(149,40,153); }

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