#94218c

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

Shades of Dark Purple #94218C

Tints of Dark Purple #94218C

Color information

#94218C (or 0x94218C) is unknown color: approx Dark Purple. HEX triplet: 94, 21 and 8C. RGB value is (148,33,140). Sum of RGB (Red+Green+Blue) = 148+33+140=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #94218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94218C is #6BDE73. Grayscale: #4F4F4F. Windows color (decimal): -7069300 or 9183636. OLE color: 9183636.

HSL color Cylindrical-coordinate representation of color #94218C: hue angle of 304.17º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94218C is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14833140-
CMYK00.780.050.42
HSL304.17º63.54%35.49%-
HSV(B)304.17º77.7%58.04%-
XYZ17.499.2825.68-
YUV79.58162.1176.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=46.11%
G=10.28%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483314000.780.050.42304.1763.5435.49
Hex94218C04E52A1304023
Octal22441214011655246010043
Binary1001010010000110001100010011101011010101001100001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94218c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94218c; }

 p { color: rgb(148,33,140); }

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

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

 a { background-color: rgb(148,33,140); }

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

<style>
 span { border-color: #94218c; }

 span { border-color: rgb(148,33,140); }

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