#932b6d

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

Shades of Dark Purple #932B6D

Tints of Dark Purple #932B6D

Color information

#932B6D (or 0x932B6D) is unknown color: approx Dark Purple. HEX triplet: 93, 2B and 6D. RGB value is (147,43,109). Sum of RGB (Red+Green+Blue) = 147+43+109=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #932B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932B6D is #6CD492. Grayscale: #515151. Windows color (decimal): -7132307 or 7154579. OLE color: 7154579.

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

Color convert

RGB14743109-
CMYK00.710.260.42
HSL321.92º54.74%37.25%-
HSV(B)321.92º70.75%57.65%-
XYZ15.669.0315.39-
YUV81.62143.46174.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 43 (17.19% from 255) = 14.38%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=49.16%
G=14.38%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474310900.710.260.42321.9254.7437.25
Hex932B6D0471A2A1423725
Octal22353155010732525026745
Binary1001001110101111011010100011111010101010101000010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932b6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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