#942F8B

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

Shades of Dark Purple #942F8B

Tints of Dark Purple #942F8B

Color information

#942F8B (or 0x942F8B) is unknown color: approx Dark Purple. HEX triplet: 94, 2F and 8B. RGB value is (148,47,139). Sum of RGB (Red+Green+Blue) = 148+47+139=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #942F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942F8B is #6BD074. Grayscale: #575757. Windows color (decimal): -7065717 or 9121684. OLE color: 9121684.

HSL color Cylindrical-coordinate representation of color #942F8B: hue angle of 305.35º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #942F8B is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14847139-
CMYK00.680.060.42
HSL305.35º51.79%38.24%-
HSV(B)305.35º68.24%58.04%-
XYZ17.8910.1925.45-
YUV87.69156.96171.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 47 (18.75% from 255) = 14.07%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=44.31%
G=14.07%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484713900.680.060.42305.3551.7938.24
Hex942F8B04462A1313426
Octal2245721301046524616446
Binary100101001011111000101101000100110101010100110001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,47,139); }

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

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

 a { background-color: rgb(148,47,139); }

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

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

 span { border-color: rgb(148,47,139); }

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