#942b6e

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

Shades of Dark Purple #942B6E

Tints of Dark Purple #942B6E

Color information

#942B6E (or 0x942B6E) is unknown color: approx Dark Purple. HEX triplet: 94, 2B and 6E. RGB value is (148,43,110). Sum of RGB (Red+Green+Blue) = 148+43+110=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #942B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942B6E is #6BD491. Grayscale: #515151. Windows color (decimal): -7066770 or 7220116. OLE color: 7220116.

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

Color convert

RGB14843110-
CMYK00.710.260.42
HSL321.71º54.97%37.45%-
HSV(B)321.71º70.95%58.04%-
XYZ15.899.1515.68-
YUV82.03143.79175.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.17%
GREEN value IS 43 (17.19% from 255) = 14.29%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=49.17%
G=14.29%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484311000.710.260.42321.7154.9737.45
Hex942B6E0471A2A1423725
Octal22453156010732525026745
Binary1001010010101111011100100011111010101010101000010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942b6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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