Html Css Color HEX #93006A Eggplant

📋 copy color: '#93006A'

red 147 ◦ green 0 ◦ blue 106

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

Shades of Eggplant #93006A

Tints of Eggplant #93006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.1%
G = 0%
B = 41.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#93006A (or 0x93006A) is known color: Eggplant. HEX triplet: 93, 00 and 6A. RGB value is (147,0,106). Sum of RGB (Red+Green+Blue) = 147+0+106=253 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.10% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 147 - color contains mainly: red. Hex color #93006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93006A is #6CFF95. Grayscale: #373737. Windows color (decimal): -7143318 or 6946963. OLE color: 6946963.

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

Color convert

RGB 147 0 106 -
CMYK 0 1 0.28 0.42
HSL 316.73º 1% 0.29% -
HSV(B) 316.73º 1% 0.58% -
XYZ 14.63 7.24 14.26 -
YUV 56.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 147 0 106 0 1 0.28 0.42 316.73 1 0.29
Hex 93 0 6A 0 64 1C 2A 13D 64 1D
Octal 223 0 152 0 144 34 52 475 144 35
Binary 10010011 0 1101010 0 1100100 11100 101010 100111101 1100100 11101

Color Harmonies of #93006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93006A

Black with #93006A

Text Example


Text Example

White with #93006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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