Html Css Color HEX #980F64 Eggplant

📋 copy color: '#980F64'

red 152 ◦ green 15 ◦ blue 100

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

Shades of Eggplant #980F64

Tints of Eggplant #980F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.45%

R = 56.93%
G = 5.62%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#980F64 (or 0x980F64) is known color: Eggplant. HEX triplet: 98, 0F and 64. RGB value is (152,15,100). Sum of RGB (Red+Green+Blue) = 152+15+100=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #980F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F64 is #67F09B. Grayscale: #414141. Windows color (decimal): -6811804 or 6557592. OLE color: 6557592.

HSL color Cylindrical-coordinate representation of color #980F64: hue angle of 322.77º 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 #980F64 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 100 -
CMYK 0 0.90 0.34 0.40
HSL 322.77º 0.82% 0.33% -
HSV(B) 322.77º 0.9% 0.6% -
XYZ 15.42 7.94 12.78 -
YUV 65.65 147.39 189.59 -
System Red Green Blue C M Y K H S L
Decimal 152 15 100 0 0.90 0.34 0.40 322.77 0.82 0.33
Hex 98 F 64 0 5A 22 28 143 52 21
Octal 230 17 144 0 132 42 50 503 122 41
Binary 10011000 1111 1100100 0 1011010 100010 101000 101000011 1010010 100001

Color Harmonies of #980F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F64

Black with #980F64

Text Example


Text Example

White with #980F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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