#941B8B

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

Shades of Dark Purple #941B8B

Tints of Dark Purple #941B8B

Color information

#941B8B (or 0x941B8B) is unknown color: approx Dark Purple. HEX triplet: 94, 1B and 8B. RGB value is (148,27,139). Sum of RGB (Red+Green+Blue) = 148+27+139=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #941B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B8B is #6BE474. Grayscale: #4B4B4B. Windows color (decimal): -7070837 or 9116564. OLE color: 9116564.

HSL color Cylindrical-coordinate representation of color #941B8B: hue angle of 304.46º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941B8B is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14827139-
CMYK00.820.060.42
HSL304.46º69.14%34.31%-
HSV(B)304.46º81.76%58.04%-
XYZ17.268.9425.24-
YUV75.95163.59179.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 27 (10.94% from 255) = 8.60%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=47.13%
G=8.60%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482713900.820.060.42304.4669.1434.31
Hex941B8B05262A1304522
Octal22433213012265246010542
Binary100101001101110001011010100101101010101001100001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941B8B; }

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

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

<style>
 a { background-color: #941B8B; }

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

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

<style>
 span { border-color: #941B8B; }

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

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