#952199

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

Shades of Vivid Violet #952199

Tints of Vivid Violet #952199

Color information

#952199 (or 0x952199) is unknown color: approx Vivid Violet. HEX triplet: 95, 21 and 99. RGB value is (149,33,153). Sum of RGB (Red+Green+Blue) = 149+33+153=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #952199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952199 is #6ADE66. Grayscale: #505050. Windows color (decimal): -7003751 or 10035605. OLE color: 10035605.

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

Color convert

RGB14933153-
CMYK0.030.7800.4
HSL298º64.52%36.47%-
HSV(B)298º78.43%60%-
XYZ18.699.7831.04-
YUV81.36168.43176.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 33 (13.28% from 255) = 9.85%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=44.48%
G=9.85%
B=45.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149331530.030.7800.429864.5236.47
Hex95219934E02812a4124
Octal22541231311605045210144
Binary100101011000011001100111100111001010001001010101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952199; }

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

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

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

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

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

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

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

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