#942386

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

Shades of Dark Purple #942386

Tints of Dark Purple #942386

Color information

#942386 (or 0x942386) is unknown color: approx Dark Purple. HEX triplet: 94, 23 and 86. RGB value is (148,35,134). Sum of RGB (Red+Green+Blue) = 148+35+134=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #942386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942386 is #6BDC79. Grayscale: #4F4F4F. Windows color (decimal): -7068794 or 8790932. OLE color: 8790932.

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

Color convert

RGB14835134-
CMYK00.760.090.42
HSL307.43º61.75%35.88%-
HSV(B)307.43º76.35%58.04%-
XYZ17.129.2223.43-
YUV80.07158.44176.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 35 (14.06% from 255) = 11.04%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=46.69%
G=11.04%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483513400.760.090.42307.4361.7535.88
Hex94238604C92A1333e24
Octal22443206011411524637644
Binary1001010010001110000110010011001001101010100110011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942386; }

 p { color: rgb(148,35,134); }

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

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

 a { background-color: rgb(148,35,134); }

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

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

 span { border-color: rgb(148,35,134); }

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