#94266D

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

Shades of Dark Purple #94266D

Tints of Dark Purple #94266D

Color information

#94266D (or 0x94266D) is unknown color: approx Dark Purple. HEX triplet: 94, 26 and 6D. RGB value is (148,38,109). Sum of RGB (Red+Green+Blue) = 148+38+109=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94266D is #6BD992. Grayscale: #4E4E4E. Windows color (decimal): -7068051 or 7153300. OLE color: 7153300.

HSL color Cylindrical-coordinate representation of color #94266D: hue angle of 321.27º 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 #94266D is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14838109-
CMYK00.740.260.42
HSL321.27º59.14%36.47%-
HSV(B)321.27º74.32%58.04%-
XYZ15.678.7915.34-
YUV78.98144.94177.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=50.17%
G=12.88%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483810900.740.260.42321.2759.1436.47
Hex94266D04A1A2A1413b24
Octal22446155011232525017344
Binary1001010010011011011010100101011010101010101000001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94266D; }

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

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

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

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

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

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

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

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