Html Css Color HEX #980665 Eggplant

📋 copy color: '#980665'

red 152 ◦ green 6 ◦ blue 101

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

Shades of Eggplant #980665

Tints of Eggplant #980665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.32%

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

R = 58.69%
G = 2.32%
B = 39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#980665 (or 0x980665) is known color: Eggplant. HEX triplet: 98, 06 and 65. RGB value is (152,6,101). Sum of RGB (Red+Green+Blue) = 152+6+101=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #980665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980665 is #67F99A. Grayscale: #3C3C3C. Windows color (decimal): -6814107 or 6620824. OLE color: 6620824.

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

Color convert

RGB 152 6 101 -
CMYK 0 0.96 0.34 0.40
HSL 320.96º 0.92% 0.31% -
HSV(B) 320.96º 0.96% 0.6% -
XYZ 15.36 7.75 13 -
YUV 60.48 150.87 193.28 -
System Red Green Blue C M Y K H S L
Decimal 152 6 101 0 0.96 0.34 0.40 320.96 0.92 0.31
Hex 98 6 65 0 60 22 28 141 5C 1F
Octal 230 6 145 0 140 42 50 501 134 37
Binary 10011000 110 1100101 0 1100000 100010 101000 101000001 1011100 11111

Color Harmonies of #980665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980665

Black with #980665

Text Example


Text Example

White with #980665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980665; }

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

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

background-color css

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

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

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

border-color css

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

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

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