Html Css Color HEX #980365 Eggplant

📋 copy color: '#980365'

red 152 ◦ green 3 ◦ blue 101

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

Shades of Eggplant #980365

Tints of Eggplant #980365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.45%

R = 59.38%
G = 1.17%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#980365 (or 0x980365) is known color: Eggplant. HEX triplet: 98, 03 and 65. RGB value is (152,3,101). Sum of RGB (Red+Green+Blue) = 152+3+101=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #980365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980365 is #67FC9A. Grayscale: #3A3A3A. Windows color (decimal): -6814875 or 6620056. OLE color: 6620056.

HSL color Cylindrical-coordinate representation of color #980365: hue angle of 320.54º 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 #980365 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 101 -
CMYK 0 0.98 0.34 0.40
HSL 320.54º 0.96% 0.3% -
HSV(B) 320.54º 0.98% 0.6% -
XYZ 15.33 7.68 12.99 -
YUV 58.72 151.86 194.53 -
System Red Green Blue C M Y K H S L
Decimal 152 3 101 0 0.98 0.34 0.40 320.54 0.96 0.3
Hex 98 3 65 0 62 22 28 141 60 1E
Octal 230 3 145 0 142 42 50 501 140 36
Binary 10011000 11 1100101 0 1100010 100010 101000 101000001 1100000 11110

Color Harmonies of #980365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980365

Black with #980365

Text Example


Text Example

White with #980365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980365; }

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

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

background-color css

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

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

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

border-color css

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

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

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