#942288

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

Shades of Dark Purple #942288

Tints of Dark Purple #942288

Color information

#942288 (or 0x942288) is unknown color: approx Dark Purple. HEX triplet: 94, 22 and 88. RGB value is (148,34,136). Sum of RGB (Red+Green+Blue) = 148+34+136=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #942288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942288 is #6BDD77. Grayscale: #4F4F4F. Windows color (decimal): -7069048 or 8921748. OLE color: 8921748.

HSL color Cylindrical-coordinate representation of color #942288: hue angle of 306.32º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942288 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14834136-
CMYK00.770.080.42
HSL306.32º62.64%35.69%-
HSV(B)306.32º77.03%58.04%-
XYZ17.239.2224.16-
YUV79.71159.77176.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=46.54%
G=10.69%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483413600.770.080.42306.3262.6435.69
Hex94228804D82A1323f24
Octal22442210011510524627744
Binary1001010010001010001000010011011000101010100110010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942288; }

 p { color: rgb(148,34,136); }

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

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

 a { background-color: rgb(148,34,136); }

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

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

 span { border-color: rgb(148,34,136); }

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