#942385

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

Shades of Dark Purple #942385

Tints of Dark Purple #942385

Color information

#942385 (or 0x942385) is unknown color: approx Dark Purple. HEX triplet: 94, 23 and 85. RGB value is (148,35,133). Sum of RGB (Red+Green+Blue) = 148+35+133=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #942385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942385 is #6BDC7A. Grayscale: #4F4F4F. Windows color (decimal): -7068795 or 8725396. OLE color: 8725396.

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

Color convert

RGB14835133-
CMYK00.760.100.42
HSL307.96º61.75%35.88%-
HSV(B)307.96º76.35%58.04%-
XYZ17.059.1923.07-
YUV79.96157.94176.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 35 (14.06% from 255) = 11.08%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=46.84%
G=11.08%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483513300.760.100.42307.9661.7535.88
Hex94238504CA2A1343e24
Octal22443205011412524647644
Binary1001010010001110000101010011001010101010100110100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942385; }

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

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

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

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

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

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

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

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