#932c6b

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

Shades of Dark Purple #932C6B

Tints of Dark Purple #932C6B

Color information

#932C6B (or 0x932C6B) is unknown color: approx Dark Purple. HEX triplet: 93, 2C and 6B. RGB value is (147,44,107). Sum of RGB (Red+Green+Blue) = 147+44+107=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #932C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932C6B is #6CD394. Grayscale: #515151. Windows color (decimal): -7132053 or 7023763. OLE color: 7023763.

HSL color Cylindrical-coordinate representation of color #932C6B: hue angle of 323.3º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #932C6B is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14744107-
CMYK00.700.270.42
HSL323.3º53.93%37.45%-
HSV(B)323.3º70.07%57.65%-
XYZ15.599.0714.84-
YUV81.98142.12174.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.33%
GREEN value IS 44 (17.58% from 255) = 14.77%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=49.33%
G=14.77%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474410700.700.270.42323.353.9337.45
Hex932C6B0461B2A1433625
Octal22354153010633525036645
Binary1001001110110011010110100011011011101010101000011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932c6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,44,107); }

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

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

 a { background-color: rgb(147,44,107); }

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

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

 span { border-color: rgb(147,44,107); }

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