Html Css Color HEX #980168 Eggplant

📋 copy color: '#980168'

red 152 ◦ green 1 ◦ blue 104

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

Shades of Eggplant #980168

Tints of Eggplant #980168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 104 (41.02% from 255) = 40.47%

R = 59.14%
G = 0.39%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#980168 (or 0x980168) is known color: Eggplant. HEX triplet: 98, 01 and 68. RGB value is (152,1,104). Sum of RGB (Red+Green+Blue) = 152+1+104=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #980168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980168 is #67FE97. Grayscale: #393939. Windows color (decimal): -6815384 or 6816152. OLE color: 6816152.

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

Color convert

RGB 152 1 104 -
CMYK 0 0.99 0.32 0.40
HSL 319.07º 0.99% 0.3% -
HSV(B) 319.07º 0.99% 0.6% -
XYZ 15.46 7.7 13.77 -
YUV 57.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 152 1 104 0 0.99 0.32 0.40 319.07 0.99 0.3
Hex 98 1 68 0 63 20 28 13F 63 1E
Octal 230 1 150 0 143 40 50 477 143 36
Binary 10011000 1 1101000 0 1100011 100000 101000 100111111 1100011 11110

Color Harmonies of #980168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980168

Black with #980168

Text Example


Text Example

White with #980168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980168; }

 p { color: rgb(152,1,104); }

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

background-color css

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

 a { background-color: rgb(152,1,104); }

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

border-color css

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

 span { border-color: rgb(152,1,104); }

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