Html Css Color HEX #980A69 Eggplant

📋 copy color: '#980A69'

red 152 ◦ green 10 ◦ blue 105

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

Shades of Eggplant #980A69

Tints of Eggplant #980A69

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.75%

 BLUE value IS 105 (41.41% from 255) = 39.33%

R = 56.93%
G = 3.75%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#980A69 (or 0x980A69) is known color: Eggplant. HEX triplet: 98, 0A and 69. RGB value is (152,10,105). Sum of RGB (Red+Green+Blue) = 152+10+105=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #980A69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A69 is #67F596. Grayscale: #3F3F3F. Windows color (decimal): -6813079 or 6883992. OLE color: 6883992.

HSL color Cylindrical-coordinate representation of color #980A69: hue angle of 319.86º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A69 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 10 105 -
CMYK 0 0.93 0.31 0.40
HSL 319.86º 0.88% 0.32% -
HSV(B) 319.86º 0.93% 0.6% -
XYZ 15.61 7.91 14.07 -
YUV 63.29 151.54 191.28 -
System Red Green Blue C M Y K H S L
Decimal 152 10 105 0 0.93 0.31 0.40 319.86 0.88 0.32
Hex 98 A 69 0 5D 1F 28 140 58 20
Octal 230 12 151 0 135 37 50 500 130 40
Binary 10011000 1010 1101001 0 1011101 11111 101000 101000000 1011000 100000

Color Harmonies of #980A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A69

Black with #980A69

Text Example


Text Example

White with #980A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,10,105); }

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

background-color css

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

 a { background-color: rgb(152,10,105); }

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

border-color css

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

 span { border-color: rgb(152,10,105); }

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