#94316F

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

Shades of Dark Purple #94316F

Tints of Dark Purple #94316F

Color information

#94316F (or 0x94316F) is unknown color: approx Dark Purple. HEX triplet: 94, 31 and 6F. RGB value is (148,49,111). Sum of RGB (Red+Green+Blue) = 148+49+111=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94316F is #6BCE90. Grayscale: #555555. Windows color (decimal): -7065233 or 7287188. OLE color: 7287188.

HSL color Cylindrical-coordinate representation of color #94316F: hue angle of 322.42º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94316F is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14849111-
CMYK00.670.250.42
HSL322.42º50.25%38.63%-
HSV(B)322.42º66.89%58.04%-
XYZ16.189.6416.05-
YUV85.67142.3172.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=48.05%
G=15.91%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484911100.670.250.42322.4250.2538.63
Hex94316F043192A1423227
Octal22461157010331525026247
Binary1001010011000111011110100001111001101010101000010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94316F; }

 p { color: rgb(148,49,111); }

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

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

 a { background-color: rgb(148,49,111); }

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

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

 span { border-color: rgb(148,49,111); }

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