#932b6e

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

Shades of Dark Purple #932B6E

Tints of Dark Purple #932B6E

Color information

#932B6E (or 0x932B6E) is unknown color: approx Dark Purple. HEX triplet: 93, 2B and 6E. RGB value is (147,43,110). Sum of RGB (Red+Green+Blue) = 147+43+110=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #932B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932B6E is #6CD491. Grayscale: #515151. Windows color (decimal): -7132306 or 7220115. OLE color: 7220115.

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

Color convert

RGB14743110-
CMYK00.710.250.42
HSL321.35º54.74%37.25%-
HSV(B)321.35º70.75%57.65%-
XYZ15.719.0615.67-
YUV81.73143.96174.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49%
GREEN value IS 43 (17.19% from 255) = 14.33%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=49%
G=14.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474311000.710.250.42321.3554.7437.25
Hex932B6E047192A1413725
Octal22353156010731525016745
Binary1001001110101111011100100011111001101010101000001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932b6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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