#942687

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

Shades of Dark Purple #942687

Tints of Dark Purple #942687

Color information

#942687 (or 0x942687) is unknown color: approx Dark Purple. HEX triplet: 94, 26 and 87. RGB value is (148,38,135). Sum of RGB (Red+Green+Blue) = 148+38+135=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #942687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942687 is #6BD978. Grayscale: #515151. Windows color (decimal): -7068025 or 8857236. OLE color: 8857236.

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

Color convert

RGB14838135-
CMYK00.740.090.42
HSL307.09º59.14%36.47%-
HSV(B)307.09º74.32%58.04%-
XYZ17.289.4323.83-
YUV81.95157.94175.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=46.11%
G=11.84%
B=42.06%

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
Decimal1483813500.740.090.42307.0959.1436.47
Hex94268704A92A1333b24
Octal22446207011211524637344
Binary1001010010011010000111010010101001101010100110011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942687; }

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

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

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

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

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

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

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

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