Html Css Color HEX #980967 Eggplant

📋 copy color: '#980967'

red 152 ◦ green 9 ◦ blue 103

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

Shades of Eggplant #980967

Tints of Eggplant #980967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

 BLUE value IS 103 (40.63% from 255) = 39.02%

R = 57.58%
G = 3.41%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#980967 (or 0x980967) is known color: Eggplant. HEX triplet: 98, 09 and 67. RGB value is (152,9,103). Sum of RGB (Red+Green+Blue) = 152+9+103=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #980967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980967 is #67F698. Grayscale: #3E3E3E. Windows color (decimal): -6813337 or 6752664. OLE color: 6752664.

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

Color convert

RGB 152 9 103 -
CMYK 0 0.94 0.32 0.40
HSL 320.56º 0.89% 0.32% -
HSV(B) 320.56º 0.94% 0.6% -
XYZ 15.49 7.85 13.53 -
YUV 62.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 152 9 103 0 0.94 0.32 0.40 320.56 0.89 0.32
Hex 98 9 67 0 5E 20 28 141 59 20
Octal 230 11 147 0 136 40 50 501 131 40
Binary 10011000 1001 1100111 0 1011110 100000 101000 101000001 1011001 100000

Color Harmonies of #980967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980967

Black with #980967

Text Example


Text Example

White with #980967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980967; }

 p { color: rgb(152,9,103); }

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

background-color css

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

 a { background-color: rgb(152,9,103); }

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

border-color css

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

 span { border-color: rgb(152,9,103); }

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