Html Css Color HEX #93006C Eggplant

📋 copy color: '#93006C'

red 147 ◦ green 0 ◦ blue 108

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

Shades of Eggplant #93006C

Tints of Eggplant #93006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.35%

R = 57.65%
G = 0%
B = 42.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93006C (or 0x93006C) is known color: Eggplant. HEX triplet: 93, 00 and 6C. RGB value is (147,0,108). Sum of RGB (Red+Green+Blue) = 147+0+108=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #93006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93006C is #6CFF93. Grayscale: #373737. Windows color (decimal): -7143316 or 7078035. OLE color: 7078035.

HSL color Cylindrical-coordinate representation of color #93006C: hue angle of 315.92º 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 #93006C is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 0 108 -
CMYK 0 1 0.27 0.42
HSL 315.92º 1% 0.29% -
HSV(B) 315.92º 1% 0.58% -
XYZ 14.74 7.29 14.82 -
YUV 56.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 147 0 108 0 1 0.27 0.42 315.92 1 0.29
Hex 93 0 6C 0 64 1B 2A 13C 64 1D
Octal 223 0 154 0 144 33 52 474 144 35
Binary 10010011 0 1101100 0 1100100 11011 101010 100111100 1100100 11101

Color Harmonies of #93006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93006C

Black with #93006C

Text Example


Text Example

White with #93006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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