#94256A

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

Shades of Dark Purple #94256A

Tints of Dark Purple #94256A

Color information

#94256A (or 0x94256A) is unknown color: approx Dark Purple. HEX triplet: 94, 25 and 6A. RGB value is (148,37,106). Sum of RGB (Red+Green+Blue) = 148+37+106=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94256A is #6BDA95. Grayscale: #4D4D4D. Windows color (decimal): -7068310 or 6956436. OLE color: 6956436.

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

Color convert

RGB14837106-
CMYK00.750.280.42
HSL322.7º60%36.27%-
HSV(B)322.7º75%58.04%-
XYZ15.488.6614.49-
YUV78.05143.77177.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=50.86%
G=12.71%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483710600.750.280.42322.76036.27
Hex94256A04B1C2A1433c24
Octal22445152011334525037444
Binary1001010010010111010100100101111100101010101000011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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