Html Css Color HEX #980260 Eggplant

📋 copy color: '#980260'

red 152 ◦ green 2 ◦ blue 96

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

Shades of Eggplant #980260

Tints of Eggplant #980260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 60.8%
G = 0.8%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#980260 (or 0x980260) is known color: Eggplant. HEX triplet: 98, 02 and 60. RGB value is (152,2,96). Sum of RGB (Red+Green+Blue) = 152+2+96=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #980260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980260 is #67FD9F. Grayscale: #393939. Windows color (decimal): -6815136 or 6292120. OLE color: 6292120.

HSL color Cylindrical-coordinate representation of color #980260: hue angle of 322.4º degrees, saturation: 0.97, 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 #980260 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 96 -
CMYK 0 0.99 0.37 0.40
HSL 322.4º 0.97% 0.3% -
HSV(B) 322.4º 0.99% 0.6% -
XYZ 15.08 7.56 11.73 -
YUV 57.57 149.7 195.36 -
System Red Green Blue C M Y K H S L
Decimal 152 2 96 0 0.99 0.37 0.40 322.4 0.97 0.3
Hex 98 2 60 0 63 25 28 142 61 1E
Octal 230 2 140 0 143 45 50 502 141 36
Binary 10011000 10 1100000 0 1100011 100101 101000 101000010 1100001 11110

Color Harmonies of #980260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980260

Black with #980260

Text Example


Text Example

White with #980260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980260; }

 p { color: rgb(152,2,96); }

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

background-color css

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

 a { background-color: rgb(152,2,96); }

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

border-color css

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

 span { border-color: rgb(152,2,96); }

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