#930A7A

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

Shades of Dark Purple #930A7A

Tints of Dark Purple #930A7A

Color information

#930A7A (or 0x930A7A) is unknown color: approx Dark Purple. HEX triplet: 93, 0A and 7A. RGB value is (147,10,122). Sum of RGB (Red+Green+Blue) = 147+10+122=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #930A7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930A7A is #6CF585. Grayscale: #3F3F3F. Windows color (decimal): -7140742 or 7998099. OLE color: 7998099.

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

Color convert

RGB14710122-
CMYK00.930.170.42
HSL310.95º87.26%30.78%-
HSV(B)310.95º93.2%57.65%-
XYZ15.657.8319.1-
YUV63.73160.89187.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=52.69%
G=3.58%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471012200.930.170.42310.9587.2630.78
Hex93A7A05D112A137571f
Octal223121720135215246712737
Binary10010011101011110100101110110001101010100110111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,10,122); }

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

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

 a { background-color: rgb(147,10,122); }

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

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

 span { border-color: rgb(147,10,122); }

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