#942B7E

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

Shades of Dark Purple #942B7E

Tints of Dark Purple #942B7E

Color information

#942B7E (or 0x942B7E) is unknown color: approx Dark Purple. HEX triplet: 94, 2B and 7E. RGB value is (148,43,126). Sum of RGB (Red+Green+Blue) = 148+43+126=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #942B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942B7E is #6BD481. Grayscale: #535353. Windows color (decimal): -7066754 or 8268692. OLE color: 8268692.

HSL color Cylindrical-coordinate representation of color #942B7E: hue angle of 312.57º 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 #942B7E is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14843126-
CMYK00.710.150.42
HSL312.57º54.97%37.45%-
HSV(B)312.57º70.95%58.04%-
XYZ16.849.5320.69-
YUV83.86151.79173.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 43 (17.19% from 255) = 13.56%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=46.69%
G=13.56%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484312600.710.150.42312.5754.9737.45
Hex942B7E047F2A1393725
Octal22453176010717524716745
Binary100101001010111111110010001111111101010100111001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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