#94237a

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

Shades of Dark Purple #94237A

Tints of Dark Purple #94237A

Color information

#94237A (or 0x94237A) is unknown color: approx Dark Purple. HEX triplet: 94, 23 and 7A. RGB value is (148,35,122). Sum of RGB (Red+Green+Blue) = 148+35+122=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94237A is #6BDC85. Grayscale: #4E4E4E. Windows color (decimal): -7068806 or 8004500. OLE color: 8004500.

HSL color Cylindrical-coordinate representation of color #94237A: hue angle of 313.81º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94237A is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14835122-
CMYK00.760.180.42
HSL313.81º61.75%35.88%-
HSV(B)313.81º76.35%58.04%-
XYZ16.338.919.27-
YUV78.7152.44177.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 35 (14.06% from 255) = 11.48%
BLUE value IS 122 (48.05% from 255) = 40%
R=48.52%
G=11.48%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483512200.760.180.42313.8161.7535.88
Hex94237A04C122A13a3e24
Octal22443172011422524727644
Binary1001010010001111110100100110010010101010100111010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94237a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94237a; }

 p { color: rgb(148,35,122); }

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

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

 a { background-color: rgb(148,35,122); }

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

<style>
 span { border-color: #94237a; }

 span { border-color: rgb(148,35,122); }

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