Html Css Color HEX #930759 Eggplant

📋 copy color: '#930759'

red 147 ◦ green 7 ◦ blue 89

#930759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #930759

Tints of Eggplant #930759

RGB

 RED value IS 147 (57.81% from 255) = 60.49%

 GREEN value IS 7 (3.13% from 255) = 2.88%

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 60.49%
G = 2.88%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#930759 (or 0x930759) is known color: Eggplant. HEX triplet: 93, 07 and 59. RGB value is (147,7,89). Sum of RGB (Red+Green+Blue) = 147+7+89=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #930759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930759 is #6CF8A6. Grayscale: #3A3A3A. Windows color (decimal): -7141543 or 5834643. OLE color: 5834643.

HSL color Cylindrical-coordinate representation of color #930759: hue angle of 324.86º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930759 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 7 89 -
CMYK 0 0.95 0.39 0.42
HSL 324.86º 0.91% 0.3% -
HSV(B) 324.86º 0.95% 0.58% -
XYZ 13.91 7.08 10.08 -
YUV 58.21 145.38 191.33 -
System Red Green Blue C M Y K H S L
Decimal 147 7 89 0 0.95 0.39 0.42 324.86 0.91 0.3
Hex 93 7 59 0 5F 27 2A 145 5B 1E
Octal 223 7 131 0 137 47 52 505 133 36
Binary 10010011 111 1011001 0 1011111 100111 101010 101000101 1011011 11110

Color Harmonies of #930759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930759

Black with #930759

Text Example


Text Example

White with #930759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930759; }

 p { color: rgb(147,7,89); }

 H1.HeaderClassName
 {
   color: #930759;
 }
 .AnyTagClassName
 {
   color: #930759;
 }
</style>

background-color css

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

 a { background-color: rgb(147,7,89); }

 div.DivClassName
 {
   background-color: #930759;
 }
 .BgClassName
 {
   background-color: #930759;
 }
</style>

border-color css

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

 span { border-color: rgb(147,7,89); }

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