#942787

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

Shades of Dark Purple #942787

Tints of Dark Purple #942787

Color information

#942787 (or 0x942787) is unknown color: approx Dark Purple. HEX triplet: 94, 27 and 87. RGB value is (148,39,135). Sum of RGB (Red+Green+Blue) = 148+39+135=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #942787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942787 is #6BD878. Grayscale: #525252. Windows color (decimal): -7067769 or 8857492. OLE color: 8857492.

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

Color convert

RGB14839135-
CMYK00.740.090.42
HSL307.16º58.29%36.67%-
HSV(B)307.16º73.65%58.04%-
XYZ17.319.523.84-
YUV82.54157.61174.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.96%
GREEN value IS 39 (15.62% from 255) = 12.11%
BLUE value IS 135 (53.12% from 255) = 41.93%
R=45.96%
G=12.11%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483913500.740.090.42307.1658.2936.67
Hex94278704A92A1333a25
Octal22447207011211524637245
Binary1001010010011110000111010010101001101010100110011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942787; }

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

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

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

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

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

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

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

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