Html Css Color HEX #93076E Eggplant

📋 copy color: '#93076E'

red 147 ◦ green 7 ◦ blue 110

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

Shades of Eggplant #93076E

Tints of Eggplant #93076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.67%

R = 55.68%
G = 2.65%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#93076E (or 0x93076E) is known color: Eggplant. HEX triplet: 93, 07 and 6E. RGB value is (147,7,110). Sum of RGB (Red+Green+Blue) = 147+7+110=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #93076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93076E is #6CF891. Grayscale: #3C3C3C. Windows color (decimal): -7141522 or 7210899. OLE color: 7210899.

HSL color Cylindrical-coordinate representation of color #93076E: hue angle of 315.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 #93076E is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 7 110 -
CMYK 0 0.95 0.25 0.42
HSL 315.86º 0.91% 0.3% -
HSV(B) 315.86º 0.95% 0.58% -
XYZ 14.92 7.48 15.41 -
YUV 60.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 147 7 110 0 0.95 0.25 0.42 315.86 0.91 0.3
Hex 93 7 6E 0 5F 19 2A 13C 5B 1E
Octal 223 7 156 0 137 31 52 474 133 36
Binary 10010011 111 1101110 0 1011111 11001 101010 100111100 1011011 11110

Color Harmonies of #93076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93076E

Black with #93076E

Text Example


Text Example

White with #93076E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93076E; }

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

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

background-color css

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

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

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

border-color css

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

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

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