Html Css Color HEX #93066A Eggplant

📋 copy color: '#93066A'

red 147 ◦ green 6 ◦ blue 106

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

Shades of Eggplant #93066A

Tints of Eggplant #93066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.32%

 BLUE value IS 106 (41.8% from 255) = 40.93%

R = 56.76%
G = 2.32%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#93066A (or 0x93066A) is known color: Eggplant. HEX triplet: 93, 06 and 6A. RGB value is (147,6,106). Sum of RGB (Red+Green+Blue) = 147+6+106=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #93066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93066A is #6CF995. Grayscale: #3B3B3B. Windows color (decimal): -7141782 or 6948499. OLE color: 6948499.

HSL color Cylindrical-coordinate representation of color #93066A: hue angle of 317.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93066A is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 6 106 -
CMYK 0 0.96 0.28 0.42
HSL 317.45º 0.92% 0.3% -
HSV(B) 317.45º 0.96% 0.58% -
XYZ 14.7 7.37 14.28 -
YUV 59.56 154.21 190.37 -
System Red Green Blue C M Y K H S L
Decimal 147 6 106 0 0.96 0.28 0.42 317.45 0.92 0.3
Hex 93 6 6A 0 60 1C 2A 13D 5C 1E
Octal 223 6 152 0 140 34 52 475 134 36
Binary 10010011 110 1101010 0 1100000 11100 101010 100111101 1011100 11110

Color Harmonies of #93066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93066A

Black with #93066A

Text Example


Text Example

White with #93066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93066A; }

 p { color: rgb(147,6,106); }

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

background-color css

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

 a { background-color: rgb(147,6,106); }

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

border-color css

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

 span { border-color: rgb(147,6,106); }

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