#94276E

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

Shades of Dark Purple #94276E

Tints of Dark Purple #94276E

Color information

#94276E (or 0x94276E) is unknown color: approx Dark Purple. HEX triplet: 94, 27 and 6E. RGB value is (148,39,110). Sum of RGB (Red+Green+Blue) = 148+39+110=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #94276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94276E is #6BD891. Grayscale: #4F4F4F. Windows color (decimal): -7067794 or 7219092. OLE color: 7219092.

HSL color Cylindrical-coordinate representation of color #94276E: hue angle of 320.92º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94276E is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14839110-
CMYK00.740.260.42
HSL320.92º58.29%36.67%-
HSV(B)320.92º73.65%58.04%-
XYZ15.758.8715.63-
YUV79.68145.11176.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=49.83%
G=13.13%
B=37.04%

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
Decimal1483911000.740.260.42320.9258.2936.67
Hex94276E04A1A2A1413a25
Octal22447156011232525017245
Binary1001010010011111011100100101011010101010101000001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94276E; }

 p { color: rgb(148,39,110); }

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

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

 a { background-color: rgb(148,39,110); }

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

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

 span { border-color: rgb(148,39,110); }

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