#94276A

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

Shades of Dark Purple #94276A

Tints of Dark Purple #94276A

Color information

#94276A (or 0x94276A) is unknown color: approx Dark Purple. HEX triplet: 94, 27 and 6A. RGB value is (148,39,106). Sum of RGB (Red+Green+Blue) = 148+39+106=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94276A is #6BD895. Grayscale: #4F4F4F. Windows color (decimal): -7067798 or 6956948. OLE color: 6956948.

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

Color convert

RGB14839106-
CMYK00.740.280.42
HSL323.12º58.29%36.67%-
HSV(B)323.12º73.65%58.04%-
XYZ15.548.7914.51-
YUV79.23143.11177.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.51%
GREEN value IS 39 (15.62% from 255) = 13.31%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=50.51%
G=13.31%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483910600.740.280.42323.1258.2936.67
Hex94276A04A1C2A1433a25
Octal22447152011234525037245
Binary1001010010011111010100100101011100101010101000011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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