Html Css Color HEX #931463 Eggplant

📋 copy color: '#931463'

red 147 ◦ green 20 ◦ blue 99

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

Shades of Eggplant #931463

Tints of Eggplant #931463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 55.26%
G = 7.52%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#931463 (or 0x931463) is known color: Eggplant. HEX triplet: 93, 14 and 63. RGB value is (147,20,99). Sum of RGB (Red+Green+Blue) = 147+20+99=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #931463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931463 is #6CEB9C. Grayscale: #424242. Windows color (decimal): -7138205 or 6493331. OLE color: 6493331.

HSL color Cylindrical-coordinate representation of color #931463: hue angle of 322.68º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931463 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 20 99 -
CMYK 0 0.86 0.33 0.42
HSL 322.68º 0.76% 0.33% -
HSV(B) 322.68º 0.86% 0.58% -
XYZ 14.53 7.6 12.51 -
YUV 66.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 147 20 99 0 0.86 0.33 0.42 322.68 0.76 0.33
Hex 93 14 63 0 56 21 2A 143 4C 21
Octal 223 24 143 0 126 41 52 503 114 41
Binary 10010011 10100 1100011 0 1010110 100001 101010 101000011 1001100 100001

Color Harmonies of #931463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931463

Black with #931463

Text Example


Text Example

White with #931463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931463; }

 p { color: rgb(147,20,99); }

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

background-color css

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

 a { background-color: rgb(147,20,99); }

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

border-color css

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

 span { border-color: rgb(147,20,99); }

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