Html Css Color HEX #990765 Eggplant

📋 copy color: '#990765'

red 153 ◦ green 7 ◦ blue 101

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

Shades of Eggplant #990765

Tints of Eggplant #990765

RGB

 RED value IS 153 (60.16% from 255) = 58.62%

 GREEN value IS 7 (3.13% from 255) = 2.68%

 BLUE value IS 101 (39.84% from 255) = 38.7%

R = 58.62%
G = 2.68%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#990765 (or 0x990765) is known color: Eggplant. HEX triplet: 99, 07 and 65. RGB value is (153,7,101). Sum of RGB (Red+Green+Blue) = 153+7+101=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #990765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990765 is #66F89A. Grayscale: #3D3D3D. Windows color (decimal): -6748315 or 6621081. OLE color: 6621081.

HSL color Cylindrical-coordinate representation of color #990765: hue angle of 321.37º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990765 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 7 101 -
CMYK 0 0.95 0.34 0.4
HSL 321.37º 0.91% 0.31% -
HSV(B) 321.37º 0.95% 0.6% -
XYZ 15.56 7.86 13.01 -
YUV 61.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 153 7 101 0 0.95 0.34 0.4 321.37 0.91 0.31
Hex 99 7 65 0 5F 22 28 141 5B 1F
Octal 231 7 145 0 137 42 50 501 133 37
Binary 10011001 111 1100101 0 1011111 100010 101000 101000001 1011011 11111

Color Harmonies of #990765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990765

Black with #990765

Text Example


Text Example

White with #990765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990765; }

 p { color: rgb(153,7,101); }

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

background-color css

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

 a { background-color: rgb(153,7,101); }

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

border-color css

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

 span { border-color: rgb(153,7,101); }

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