#930D77

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

Shades of Dark Purple #930D77

Tints of Dark Purple #930D77

Color information

#930D77 (or 0x930D77) is unknown color: approx Dark Purple. HEX triplet: 93, 0D and 77. RGB value is (147,13,119). Sum of RGB (Red+Green+Blue) = 147+13+119=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #930D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930D77 is #6CF288. Grayscale: #404040. Windows color (decimal): -7139977 or 7802259. OLE color: 7802259.

HSL color Cylindrical-coordinate representation of color #930D77: hue angle of 312.54º 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 #930D77 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14713119-
CMYK00.910.190.42
HSL312.54º83.75%31.37%-
HSV(B)312.54º91.16%57.65%-
XYZ15.517.8218.15-
YUV65.15158.39186.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 13 (5.47% from 255) = 4.66%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=52.69%
G=4.66%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471311900.910.190.42312.5483.7531.37
Hex93D7705B132A139541f
Octal223151670133235247112437
Binary10010011110111101110101101110011101010100111001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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