#952995

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

Shades of Vivid Violet #952995

Tints of Vivid Violet #952995

Color information

#952995 (or 0x952995) is unknown color: approx Vivid Violet. HEX triplet: 95, 29 and 95. RGB value is (149,41,149). Sum of RGB (Red+Green+Blue) = 149+41+149=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #952995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952995 is #6AD66A. Grayscale: #555555. Windows color (decimal): -7001707 or 9775509. OLE color: 9775509.

HSL color Cylindrical-coordinate representation of color #952995: hue angle of 300º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952995 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14941149-
CMYK00.7200.42
HSL300º56.84%37.25%-
HSV(B)300º72.48%58.43%-
XYZ18.6110.1529.41-
YUV85.6163.78173.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 41 (16.41% from 255) = 12.09%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=43.95%
G=12.09%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494114900.7200.4230056.8437.25
Hex95299504802A12c3925
Octal2255122501100524547145
Binary1001010110100110010101010010000101010100101100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952995; }

 p { color: rgb(149,41,149); }

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

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

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

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

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

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

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