#952992

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

Shades of Vivid Violet #952992

Tints of Vivid Violet #952992

Color information

#952992 (or 0x952992) is unknown color: approx Vivid Violet. HEX triplet: 95, 29 and 92. RGB value is (149,41,146). Sum of RGB (Red+Green+Blue) = 149+41+146=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #952992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952992 is #6AD66D. Grayscale: #545454. Windows color (decimal): -7001710 or 9578901. OLE color: 9578901.

HSL color Cylindrical-coordinate representation of color #952992: hue angle of 301.67º 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 #952992 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14941146-
CMYK00.720.020.42
HSL301.67º56.84%37.25%-
HSV(B)301.67º72.48%58.43%-
XYZ18.3810.0528.17-
YUV85.26162.28173.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 41 (16.41% from 255) = 12.20%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=44.35%
G=12.20%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494114600.720.020.42301.6756.8437.25
Hex95299204822A12e3925
Octal2255122201102524567145
Binary10010101101001100100100100100010101010100101110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952992; }

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

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

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

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

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

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

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

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