Html Css Color HEX #980768 Eggplant

📋 copy color: '#980768'

red 152 ◦ green 7 ◦ blue 104

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

Shades of Eggplant #980768

Tints of Eggplant #980768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 57.79%
G = 2.66%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#980768 (or 0x980768) is known color: Eggplant. HEX triplet: 98, 07 and 68. RGB value is (152,7,104). Sum of RGB (Red+Green+Blue) = 152+7+104=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #980768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980768 is #67F897. Grayscale: #3D3D3D. Windows color (decimal): -6813848 or 6817688. OLE color: 6817688.

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

Color convert

RGB 152 7 104 -
CMYK 0 0.95 0.32 0.40
HSL 319.86º 0.91% 0.31% -
HSV(B) 319.86º 0.95% 0.6% -
XYZ 15.52 7.83 13.79 -
YUV 61.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 152 7 104 0 0.95 0.32 0.40 319.86 0.91 0.31
Hex 98 7 68 0 5F 20 28 140 5B 1F
Octal 230 7 150 0 137 40 50 500 133 37
Binary 10011000 111 1101000 0 1011111 100000 101000 101000000 1011011 11111

Color Harmonies of #980768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980768

Black with #980768

Text Example


Text Example

White with #980768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980768; }

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

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

background-color css

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

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

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

border-color css

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

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

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