#94417B

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

Shades of Dark Purple #94417B

Tints of Dark Purple #94417B

Color information

#94417B (or 0x94417B) is unknown color: approx Dark Purple. HEX triplet: 94, 41 and 7B. RGB value is (148,65,123). Sum of RGB (Red+Green+Blue) = 148+65+123=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #94417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94417B is #6BBE84. Grayscale: #606060. Windows color (decimal): -7061125 or 8077716. OLE color: 8077716.

HSL color Cylindrical-coordinate representation of color #94417B: hue angle of 318.07º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94417B is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14865123-
CMYK00.560.170.42
HSL318.07º38.97%41.76%-
HSV(B)318.07º56.08%58.04%-
XYZ17.6811.5120.03-
YUV96.43143164.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=44.05%
G=19.35%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486512300.560.170.42318.0738.9741.76
Hex94417B038112A13e272a
Octal22410117307021524764752
Binary1001010010000011111011011100010001101010100111110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94417B; }

 p { color: rgb(148,65,123); }

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

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

 a { background-color: rgb(148,65,123); }

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

<style>
 span { border-color: #94417B; }

 span { border-color: rgb(148,65,123); }

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