Html Css Color HEX #980B7B Eggplant

📋 copy color: '#980B7B'

red 152 ◦ green 11 ◦ blue 123

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

Shades of Eggplant #980B7B

Tints of Eggplant #980B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.01%

R = 53.15%
G = 3.85%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#980B7B (or 0x980B7B) is known color: Eggplant. HEX triplet: 98, 0B and 7B. RGB value is (152,11,123). Sum of RGB (Red+Green+Blue) = 152+11+123=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #980B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B7B is #67F484. Grayscale: #414141. Windows color (decimal): -6812805 or 8063896. OLE color: 8063896.

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

Color convert

RGB 152 11 123 -
CMYK 0 0.93 0.19 0.40
HSL 312.34º 0.87% 0.32% -
HSV(B) 312.34º 0.93% 0.6% -
XYZ 16.64 8.34 19.47 -
YUV 65.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 152 11 123 0 0.93 0.19 0.40 312.34 0.87 0.32
Hex 98 B 7B 0 5D 13 28 138 57 20
Octal 230 13 173 0 135 23 50 470 127 40
Binary 10011000 1011 1111011 0 1011101 10011 101000 100111000 1010111 100000

Color Harmonies of #980B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B7B

Black with #980B7B

Text Example


Text Example

White with #980B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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