#942B8D

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

Shades of Dark Purple #942B8D

Tints of Dark Purple #942B8D

Color information

#942B8D (or 0x942B8D) is unknown color: approx Dark Purple. HEX triplet: 94, 2B and 8D. RGB value is (148,43,141). Sum of RGB (Red+Green+Blue) = 148+43+141=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #942B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942B8D is #6BD472. Grayscale: #555555. Windows color (decimal): -7066739 or 9251732. OLE color: 9251732.

HSL color Cylindrical-coordinate representation of color #942B8D: hue angle of 304º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #942B8D is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14843141-
CMYK00.710.050.42
HSL304º54.97%37.45%-
HSV(B)304º70.95%58.04%-
XYZ17.889.9526.18-
YUV85.57159.29172.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 43 (17.19% from 255) = 12.95%
BLUE value IS 141 (55.47% from 255) = 42.47%
R=44.58%
G=12.95%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484314100.710.050.4230454.9737.45
Hex942B8D04752A1303725
Octal2245321501075524606745
Binary100101001010111000110101000111101101010100110000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942B8D; }

 p { color: rgb(148,43,141); }

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

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

 a { background-color: rgb(148,43,141); }

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

<style>
 span { border-color: #942B8D; }

 span { border-color: rgb(148,43,141); }

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