Html Css Color HEX #980965 Eggplant

📋 copy color: '#980965'

red 152 ◦ green 9 ◦ blue 101

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

Shades of Eggplant #980965

Tints of Eggplant #980965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

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

R = 58.02%
G = 3.44%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#980965 (or 0x980965) is known color: Eggplant. HEX triplet: 98, 09 and 65. RGB value is (152,9,101). Sum of RGB (Red+Green+Blue) = 152+9+101=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #980965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980965 is #67F69A. Grayscale: #3E3E3E. Windows color (decimal): -6813339 or 6621592. OLE color: 6621592.

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

Color convert

RGB 152 9 101 -
CMYK 0 0.94 0.34 0.40
HSL 321.4º 0.89% 0.32% -
HSV(B) 321.4º 0.94% 0.6% -
XYZ 15.4 7.81 13.01 -
YUV 62.25 149.88 192.02 -
System Red Green Blue C M Y K H S L
Decimal 152 9 101 0 0.94 0.34 0.40 321.4 0.89 0.32
Hex 98 9 65 0 5E 22 28 141 59 20
Octal 230 11 145 0 136 42 50 501 131 40
Binary 10011000 1001 1100101 0 1011110 100010 101000 101000001 1011001 100000

Color Harmonies of #980965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980965

Black with #980965

Text Example


Text Example

White with #980965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980965; }

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

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

background-color css

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

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

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

border-color css

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

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

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