#930D7F

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

Shades of Dark Purple #930D7F

Tints of Dark Purple #930D7F

Color information

#930D7F (or 0x930D7F) is unknown color: approx Dark Purple. HEX triplet: 93, 0D and 7F. RGB value is (147,13,127). Sum of RGB (Red+Green+Blue) = 147+13+127=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #930D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930D7F is #6CF280. Grayscale: #414141. Windows color (decimal): -7139969 or 8326547. OLE color: 8326547.

HSL color Cylindrical-coordinate representation of color #930D7F: hue angle of 308.96º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #930D7F is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14713127-
CMYK00.910.140.42
HSL308.96º83.75%31.37%-
HSV(B)308.96º91.16%57.65%-
XYZ16.018.0220.78-
YUV66.06162.39185.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.22%
GREEN value IS 13 (5.47% from 255) = 4.53%
BLUE value IS 127 (50% from 255) = 44.25%
R=51.22%
G=4.53%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471312700.910.140.42308.9683.7531.37
Hex93D7F05BE2A135541f
Octal223151770133165246512437
Binary1001001111011111111010110111110101010100110101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930D7F; }

 p { color: rgb(147,13,127); }

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

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

 a { background-color: rgb(147,13,127); }

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

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

 span { border-color: rgb(147,13,127); }

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