#942092

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

Shades of Dark Purple #942092

Tints of Dark Purple #942092

Color information

#942092 (or 0x942092) is unknown color: approx Dark Purple. HEX triplet: 94, 20 and 92. RGB value is (148,32,146). Sum of RGB (Red+Green+Blue) = 148+32+146=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #942092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942092 is #6BDF6D. Grayscale: #4F4F4F. Windows color (decimal): -7069550 or 9576596. OLE color: 9576596.

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

Color convert

RGB14832146-
CMYK00.780.010.42
HSL301.03º64.44%35.29%-
HSV(B)301.03º78.38%58.04%-
XYZ17.929.428.06-
YUV79.68165.43176.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 32 (12.89% from 255) = 9.82%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=45.40%
G=9.82%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483214600.780.010.42301.0364.4435.29
Hex94209204E12A12d4023
Octal22440222011615245510043
Binary10010100100000100100100100111011010101001011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942092; }

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

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

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

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

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

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

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

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