Html Css Color HEX #980F68 Eggplant

📋 copy color: '#980F68'

red 152 ◦ green 15 ◦ blue 104

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

Shades of Eggplant #980F68

Tints of Eggplant #980F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

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

R = 56.09%
G = 5.54%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#980F68 (or 0x980F68) is known color: Eggplant. HEX triplet: 98, 0F and 68. RGB value is (152,15,104). Sum of RGB (Red+Green+Blue) = 152+15+104=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #980F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F68 is #67F097. Grayscale: #414141. Windows color (decimal): -6811800 or 6819736. OLE color: 6819736.

HSL color Cylindrical-coordinate representation of color #980F68: hue angle of 321.02º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F68 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 104 -
CMYK 0 0.90 0.32 0.40
HSL 321.02º 0.82% 0.33% -
HSV(B) 321.02º 0.9% 0.6% -
XYZ 15.62 8.02 13.82 -
YUV 66.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 152 15 104 0 0.90 0.32 0.40 321.02 0.82 0.33
Hex 98 F 68 0 5A 20 28 141 52 21
Octal 230 17 150 0 132 40 50 501 122 41
Binary 10011000 1111 1101000 0 1011010 100000 101000 101000001 1010010 100001

Color Harmonies of #980F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F68

Black with #980F68

Text Example


Text Example

White with #980F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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