#952092

Color #952092 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #952092

Tints of Dark Purple #952092

Color information

#952092 (or 0x952092) is unknown color: approx Dark Purple. HEX triplet: 95, 20 and 92. RGB value is (149,32,146). Sum of RGB (Red+Green+Blue) = 149+32+146=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #952092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952092 is #6ADF6D. Grayscale: #4F4F4F. Windows color (decimal): -7004014 or 9576597. OLE color: 9576597.

HSL color Cylindrical-coordinate representation of color #952092: hue angle of 301.54º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952092 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14932146-
CMYK00.790.020.42
HSL301.54º64.64%35.49%-
HSV(B)301.54º78.52%58.43%-
XYZ18.19.528.07-
YUV79.98165.26177.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 32 (12.89% from 255) = 9.79%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=45.57%
G=9.79%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493214600.790.020.42301.5464.6435.49
Hex95209204F22A12e4123
Octal22540222011725245610143
Binary100101011000001001001001001111101010101001011101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952092; }

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

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

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

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

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

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

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

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