#942091

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

Shades of Dark Purple #942091

Tints of Dark Purple #942091

Color information

#942091 (or 0x942091) is unknown color: approx Dark Purple. HEX triplet: 94, 20 and 91. RGB value is (148,32,145). Sum of RGB (Red+Green+Blue) = 148+32+145=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #942091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942091 is #6BDF6E. Grayscale: #4F4F4F. Windows color (decimal): -7069551 or 9511060. OLE color: 9511060.

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

Color convert

RGB14832145-
CMYK00.780.020.42
HSL301.55º64.44%35.29%-
HSV(B)301.55º78.38%58.04%-
XYZ17.849.3727.66-
YUV79.57164.93176.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 32 (12.89% from 255) = 9.85%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=45.54%
G=9.85%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483214500.780.020.42301.5564.4435.29
Hex94209104E22A12e4023
Octal22440221011625245610043
Binary100101001000001001000101001110101010101001011101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942091; }

 p { color: rgb(148,32,145); }

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

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

 a { background-color: rgb(148,32,145); }

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

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

 span { border-color: rgb(148,32,145); }

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