#94167d

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

Shades of Dark Purple #94167D

Tints of Dark Purple #94167D

Color information

#94167D (or 0x94167D) is unknown color: approx Dark Purple. HEX triplet: 94, 16 and 7D. RGB value is (148,22,125). Sum of RGB (Red+Green+Blue) = 148+22+125=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94167D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94167D is #6BE982. Grayscale: #474747. Windows color (decimal): -7072131 or 8197780. OLE color: 8197780.

HSL color Cylindrical-coordinate representation of color #94167D: hue angle of 310.95º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94167D is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14822125-
CMYK00.850.160.42
HSL310.95º74.12%33.33%-
HSV(B)310.95º85.14%58.04%-
XYZ16.28.3520.16-
YUV71.42158.24182.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 125 (49.22% from 255) = 42.37%
R=50.17%
G=7.46%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482212500.850.160.42310.9574.1233.33
Hex94167D055102A1374a21
Octal224261750125205246711241
Binary1001010010110111110101010101100001010101001101111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94167d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94167d; }

 p { color: rgb(148,22,125); }

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

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

 a { background-color: rgb(148,22,125); }

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

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

 span { border-color: rgb(148,22,125); }

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