Html Css Color HEX #930259 Eggplant

📋 copy color: '#930259'

red 147 ◦ green 2 ◦ blue 89

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

Shades of Eggplant #930259

Tints of Eggplant #930259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 61.76%
G = 0.84%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#930259 (or 0x930259) is known color: Eggplant. HEX triplet: 93, 02 and 59. RGB value is (147,2,89). Sum of RGB (Red+Green+Blue) = 147+2+89=238 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.76% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 147 - color contains mainly: red. Hex color #930259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930259 is #6CFDA6. Grayscale: #373737. Windows color (decimal): -7142823 or 5833363. OLE color: 5833363.

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

Color convert

RGB 147 2 89 -
CMYK 0 0.99 0.39 0.42
HSL 324º 0.97% 0.29% -
HSV(B) 324º 0.99% 0.58% -
XYZ 13.86 6.97 10.07 -
YUV 55.27 147.04 193.43 -
System Red Green Blue C M Y K H S L
Decimal 147 2 89 0 0.99 0.39 0.42 324 0.97 0.29
Hex 93 2 59 0 63 27 2A 144 61 1D
Octal 223 2 131 0 143 47 52 504 141 35
Binary 10010011 10 1011001 0 1100011 100111 101010 101000100 1100001 11101

Color Harmonies of #930259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930259

Black with #930259

Text Example


Text Example

White with #930259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930259; }

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

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

background-color css

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

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

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

border-color css

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

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

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