Html Css Color HEX #980B67 Eggplant

📋 copy color: '#980B67'

red 152 ◦ green 11 ◦ blue 103

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

Shades of Eggplant #980B67

Tints of Eggplant #980B67

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.14%

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

R = 57.14%
G = 4.14%
B = 38.72%

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

#980B67 (or 0x980B67) is known color: Eggplant. HEX triplet: 98, 0B and 67. RGB value is (152,11,103). Sum of RGB (Red+Green+Blue) = 152+11+103=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #980B67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B67 is #67F498. Grayscale: #3F3F3F. Windows color (decimal): -6812825 or 6753176. OLE color: 6753176.

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

Color convert

RGB 152 11 103 -
CMYK 0 0.93 0.32 0.40
HSL 320.85º 0.87% 0.32% -
HSV(B) 320.85º 0.93% 0.6% -
XYZ 15.52 7.89 13.54 -
YUV 63.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 152 11 103 0 0.93 0.32 0.40 320.85 0.87 0.32
Hex 98 B 67 0 5D 20 28 141 57 20
Octal 230 13 147 0 135 40 50 501 127 40
Binary 10011000 1011 1100111 0 1011101 100000 101000 101000001 1010111 100000

Color Harmonies of #980B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B67

Black with #980B67

Text Example


Text Example

White with #980B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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