Html Css Color HEX #980D65 Eggplant

📋 copy color: '#980D65'

red 152 ◦ green 13 ◦ blue 101

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

Shades of Eggplant #980D65

Tints of Eggplant #980D65

RGB

 RED value IS 152 (59.77% from 255) = 57.14%

 GREEN value IS 13 (5.47% from 255) = 4.89%

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

R = 57.14%
G = 4.89%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#980D65 (or 0x980D65) is known color: Eggplant. HEX triplet: 98, 0D and 65. RGB value is (152,13,101). Sum of RGB (Red+Green+Blue) = 152+13+101=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #980D65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D65 is #67F29A. Grayscale: #404040. Windows color (decimal): -6812315 or 6622616. OLE color: 6622616.

HSL color Cylindrical-coordinate representation of color #980D65: hue angle of 322.01º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D65 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 13 101 -
CMYK 0 0.91 0.34 0.40
HSL 322.01º 0.84% 0.32% -
HSV(B) 322.01º 0.91% 0.6% -
XYZ 15.44 7.9 13.02 -
YUV 64.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 152 13 101 0 0.91 0.34 0.40 322.01 0.84 0.32
Hex 98 D 65 0 5B 22 28 142 54 20
Octal 230 15 145 0 133 42 50 502 124 40
Binary 10011000 1101 1100101 0 1011011 100010 101000 101000010 1010100 100000

Color Harmonies of #980D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D65

Black with #980D65

Text Example


Text Example

White with #980D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980D65; }

 p { color: rgb(152,13,101); }

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

background-color css

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

 a { background-color: rgb(152,13,101); }

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

border-color css

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

 span { border-color: rgb(152,13,101); }

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