Html Css Color HEX #980A67 Eggplant

📋 copy color: '#980A67'

red 152 ◦ green 10 ◦ blue 103

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

Shades of Eggplant #980A67

Tints of Eggplant #980A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.87%

R = 57.36%
G = 3.77%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#980A67 (or 0x980A67) is known color: Eggplant. HEX triplet: 98, 0A and 67. RGB value is (152,10,103). Sum of RGB (Red+Green+Blue) = 152+10+103=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #980A67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A67 is #67F598. Grayscale: #3E3E3E. Windows color (decimal): -6813081 or 6752920. OLE color: 6752920.

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

Color convert

RGB 152 10 103 -
CMYK 0 0.93 0.32 0.40
HSL 320.7º 0.88% 0.32% -
HSV(B) 320.7º 0.93% 0.6% -
XYZ 15.51 7.87 13.53 -
YUV 63.06 150.54 191.44 -
System Red Green Blue C M Y K H S L
Decimal 152 10 103 0 0.93 0.32 0.40 320.7 0.88 0.32
Hex 98 A 67 0 5D 20 28 141 58 20
Octal 230 12 147 0 135 40 50 501 130 40
Binary 10011000 1010 1100111 0 1011101 100000 101000 101000001 1011000 100000

Color Harmonies of #980A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A67

Black with #980A67

Text Example


Text Example

White with #980A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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