Html Css Color HEX #980069 Eggplant

📋 copy color: '#980069'

red 152 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #980069

Tints of Eggplant #980069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.14%
G = 0%
B = 40.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#980069 (or 0x980069) is known color: Eggplant. HEX triplet: 98, 00 and 69. RGB value is (152,0,105). Sum of RGB (Red+Green+Blue) = 152+0+105=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #980069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980069 is #67FF96. Grayscale: #393939. Windows color (decimal): -6815639 or 6881432. OLE color: 6881432.

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

Color convert

RGB 152 0 105 -
CMYK 0 1 0.31 0.40
HSL 318.55º 1% 0.3% -
HSV(B) 318.55º 1% 0.6% -
XYZ 15.5 7.7 14.03 -
YUV 57.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 152 0 105 0 1 0.31 0.40 318.55 1 0.3
Hex 98 0 69 0 64 1F 28 13F 64 1E
Octal 230 0 151 0 144 37 50 477 144 36
Binary 10011000 0 1101001 0 1100100 11111 101000 100111111 1100100 11110

Color Harmonies of #980069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980069

Black with #980069

Text Example


Text Example

White with #980069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980069; }

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

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

background-color css

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

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

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

border-color css

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

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

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