Html Css Color HEX #980968 Eggplant

📋 copy color: '#980968'

red 152 ◦ green 9 ◦ blue 104

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

Shades of Eggplant #980968

Tints of Eggplant #980968

RGB

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

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

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

R = 57.36%
G = 3.4%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#980968 (or 0x980968) is known color: Eggplant. HEX triplet: 98, 09 and 68. RGB value is (152,9,104). Sum of RGB (Red+Green+Blue) = 152+9+104=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #980968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980968 is #67F697. Grayscale: #3E3E3E. Windows color (decimal): -6813336 or 6818200. OLE color: 6818200.

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

Color convert

RGB 152 9 104 -
CMYK 0 0.94 0.32 0.40
HSL 320.14º 0.89% 0.32% -
HSV(B) 320.14º 0.94% 0.6% -
XYZ 15.55 7.87 13.8 -
YUV 62.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 152 9 104 0 0.94 0.32 0.40 320.14 0.89 0.32
Hex 98 9 68 0 5E 20 28 140 59 20
Octal 230 11 150 0 136 40 50 500 131 40
Binary 10011000 1001 1101000 0 1011110 100000 101000 101000000 1011001 100000

Color Harmonies of #980968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980968

Black with #980968

Text Example


Text Example

White with #980968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980968; }

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

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

background-color css

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

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

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

border-color css

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

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

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