#932B7D

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

Shades of Dark Purple #932B7D

Tints of Dark Purple #932B7D

Color information

#932B7D (or 0x932B7D) is unknown color: approx Dark Purple. HEX triplet: 93, 2B and 7D. RGB value is (147,43,125). Sum of RGB (Red+Green+Blue) = 147+43+125=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #932B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932B7D is #6CD482. Grayscale: #535353. Windows color (decimal): -7132291 or 8203155. OLE color: 8203155.

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

Color convert

RGB14743125-
CMYK00.710.150.42
HSL312.69º54.74%37.25%-
HSV(B)312.69º70.75%57.65%-
XYZ16.69.4120.34-
YUV83.44151.46173.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=46.67%
G=13.65%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474312500.710.150.42312.6954.7437.25
Hex932B7D047F2A1393725
Octal22353175010717524716745
Binary100100111010111111101010001111111101010100111001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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