#94256D

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

Shades of Dark Purple #94256D

Tints of Dark Purple #94256D

Color information

#94256D (or 0x94256D) is unknown color: approx Dark Purple. HEX triplet: 94, 25 and 6D. RGB value is (148,37,109). Sum of RGB (Red+Green+Blue) = 148+37+109=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94256D is #6BDA92. Grayscale: #4E4E4E. Windows color (decimal): -7068307 or 7153044. OLE color: 7153044.

HSL color Cylindrical-coordinate representation of color #94256D: hue angle of 321.08º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94256D is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14837109-
CMYK00.750.260.42
HSL321.08º60%36.27%-
HSV(B)321.08º75%58.04%-
XYZ15.638.7215.33-
YUV78.4145.27177.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=50.34%
G=12.59%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483710900.750.260.42321.086036.27
Hex94256D04B1A2A1413c24
Octal22445155011332525017444
Binary1001010010010111011010100101111010101010101000001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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