Html Css Color HEX #980762 Eggplant

📋 copy color: '#980762'

red 152 ◦ green 7 ◦ blue 98

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

Shades of Eggplant #980762

Tints of Eggplant #980762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 59.14%
G = 2.72%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#980762 (or 0x980762) is known color: Eggplant. HEX triplet: 98, 07 and 62. RGB value is (152,7,98). Sum of RGB (Red+Green+Blue) = 152+7+98=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #980762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980762 is #67F89D. Grayscale: #3C3C3C. Windows color (decimal): -6813854 or 6424472. OLE color: 6424472.

HSL color Cylindrical-coordinate representation of color #980762: hue angle of 322.34º 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 #980762 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 7 98 -
CMYK 0 0.95 0.36 0.40
HSL 322.34º 0.91% 0.31% -
HSV(B) 322.34º 0.95% 0.6% -
XYZ 15.23 7.71 12.24 -
YUV 60.73 149.04 193.1 -
System Red Green Blue C M Y K H S L
Decimal 152 7 98 0 0.95 0.36 0.40 322.34 0.91 0.31
Hex 98 7 62 0 5F 24 28 142 5B 1F
Octal 230 7 142 0 137 44 50 502 133 37
Binary 10011000 111 1100010 0 1011111 100100 101000 101000010 1011011 11111

Color Harmonies of #980762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980762

Black with #980762

Text Example


Text Example

White with #980762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980762; }

 p { color: rgb(152,7,98); }

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

background-color css

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

 a { background-color: rgb(152,7,98); }

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

border-color css

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

 span { border-color: rgb(152,7,98); }

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