#942788

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

Shades of Dark Purple #942788

Tints of Dark Purple #942788

Color information

#942788 (or 0x942788) is unknown color: approx Dark Purple. HEX triplet: 94, 27 and 88. RGB value is (148,39,136). Sum of RGB (Red+Green+Blue) = 148+39+136=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #942788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942788 is #6BD877. Grayscale: #525252. Windows color (decimal): -7067768 or 8923028. OLE color: 8923028.

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

Color convert

RGB14839136-
CMYK00.740.080.42
HSL306.61º58.29%36.67%-
HSV(B)306.61º73.65%58.04%-
XYZ17.389.5224.21-
YUV82.65158.11174.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 39 (15.62% from 255) = 12.07%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=45.82%
G=12.07%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483913600.740.080.42306.6158.2936.67
Hex94278804A82A1333a25
Octal22447210011210524637245
Binary1001010010011110001000010010101000101010100110011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942788; }

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

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

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

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

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

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

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

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