Html Css Color HEX #980360 Eggplant

📋 copy color: '#980360'

red 152 ◦ green 3 ◦ blue 96

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

Shades of Eggplant #980360

Tints of Eggplant #980360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 60.56%
G = 1.2%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#980360 (or 0x980360) is known color: Eggplant. HEX triplet: 98, 03 and 60. RGB value is (152,3,96). Sum of RGB (Red+Green+Blue) = 152+3+96=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #980360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980360 is #67FC9F. Grayscale: #393939. Windows color (decimal): -6814880 or 6292376. OLE color: 6292376.

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

Color convert

RGB 152 3 96 -
CMYK 0 0.98 0.37 0.40
HSL 322.55º 0.96% 0.3% -
HSV(B) 322.55º 0.98% 0.6% -
XYZ 15.09 7.59 11.73 -
YUV 58.15 149.36 194.94 -
System Red Green Blue C M Y K H S L
Decimal 152 3 96 0 0.98 0.37 0.40 322.55 0.96 0.3
Hex 98 3 60 0 62 25 28 143 60 1E
Octal 230 3 140 0 142 45 50 503 140 36
Binary 10011000 11 1100000 0 1100010 100101 101000 101000011 1100000 11110

Color Harmonies of #980360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980360

Black with #980360

Text Example


Text Example

White with #980360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980360; }

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

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

background-color css

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

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

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

border-color css

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

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

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