#933188

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

Shades of Dark Purple #933188

Tints of Dark Purple #933188

Color information

#933188 (or 0x933188) is unknown color: approx Dark Purple. HEX triplet: 93, 31 and 88. RGB value is (147,49,136). Sum of RGB (Red+Green+Blue) = 147+49+136=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #933188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933188 is #6CCE77. Grayscale: #575757. Windows color (decimal): -7130744 or 8925587. OLE color: 8925587.

HSL color Cylindrical-coordinate representation of color #933188: hue angle of 306.73º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933188 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14749136-
CMYK00.670.070.42
HSL306.73º50%38.43%-
HSV(B)306.73º66.67%57.65%-
XYZ17.5710.1824.33-
YUV88.22154.97169.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=44.28%
G=14.76%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474913600.670.070.42306.735038.43
Hex93318804372A1333226
Octal2236121001037524636246
Binary100100111100011000100001000011111101010100110011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933188; }

 p { color: rgb(147,49,136); }

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

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

 a { background-color: rgb(147,49,136); }

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

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

 span { border-color: rgb(147,49,136); }

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