Html Css Color HEX #980669 Eggplant

📋 copy color: '#980669'

red 152 ◦ green 6 ◦ blue 105

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

Shades of Eggplant #980669

Tints of Eggplant #980669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.92%

R = 57.79%
G = 2.28%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#980669 (or 0x980669) is known color: Eggplant. HEX triplet: 98, 06 and 69. RGB value is (152,6,105). Sum of RGB (Red+Green+Blue) = 152+6+105=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #980669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980669 is #67F996. Grayscale: #3C3C3C. Windows color (decimal): -6814103 or 6882968. OLE color: 6882968.

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

Color convert

RGB 152 6 105 -
CMYK 0 0.96 0.31 0.40
HSL 319.32º 0.92% 0.31% -
HSV(B) 319.32º 0.96% 0.6% -
XYZ 15.56 7.83 14.05 -
YUV 60.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 152 6 105 0 0.96 0.31 0.40 319.32 0.92 0.31
Hex 98 6 69 0 60 1F 28 13F 5C 1F
Octal 230 6 151 0 140 37 50 477 134 37
Binary 10011000 110 1101001 0 1100000 11111 101000 100111111 1011100 11111

Color Harmonies of #980669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980669

Black with #980669

Text Example


Text Example

White with #980669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980669; }

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

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

background-color css

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

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

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

border-color css

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

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

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