#941788

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

Shades of Dark Purple #941788

Tints of Dark Purple #941788

Color information

#941788 (or 0x941788) is unknown color: approx Dark Purple. HEX triplet: 94, 17 and 88. RGB value is (148,23,136). Sum of RGB (Red+Green+Blue) = 148+23+136=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #941788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941788 is #6BE877. Grayscale: #484848. Windows color (decimal): -7071864 or 8918932. OLE color: 8918932.

HSL color Cylindrical-coordinate representation of color #941788: hue angle of 305.76º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941788 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14823136-
CMYK00.840.080.42
HSL305.76º73.1%33.53%-
HSV(B)305.76º84.46%58.04%-
XYZ16.968.6924.08-
YUV73.26163.41181.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 23 (9.38% from 255) = 7.49%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=48.21%
G=7.49%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482313600.840.080.42305.7673.133.53
Hex94178805482A1324922
Octal224272100124105246211142
Binary1001010010111100010000101010010001010101001100101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941788; }

 p { color: rgb(148,23,136); }

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

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

 a { background-color: rgb(148,23,136); }

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

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

 span { border-color: rgb(148,23,136); }

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