Html Css Color HEX #980467 Eggplant

📋 copy color: '#980467'

red 152 ◦ green 4 ◦ blue 103

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

Shades of Eggplant #980467

Tints of Eggplant #980467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 58.69%
G = 1.54%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#980467 (or 0x980467) is known color: Eggplant. HEX triplet: 98, 04 and 67. RGB value is (152,4,103). Sum of RGB (Red+Green+Blue) = 152+4+103=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #980467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980467 is #67FB98. Grayscale: #3B3B3B. Windows color (decimal): -6814617 or 6751384. OLE color: 6751384.

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

Color convert

RGB 152 4 103 -
CMYK 0 0.97 0.32 0.40
HSL 319.86º 0.95% 0.31% -
HSV(B) 319.86º 0.97% 0.6% -
XYZ 15.44 7.74 13.51 -
YUV 59.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 152 4 103 0 0.97 0.32 0.40 319.86 0.95 0.31
Hex 98 4 67 0 61 20 28 140 5F 1F
Octal 230 4 147 0 141 40 50 500 137 37
Binary 10011000 100 1100111 0 1100001 100000 101000 101000000 1011111 11111

Color Harmonies of #980467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980467

Black with #980467

Text Example


Text Example

White with #980467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980467; }

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

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

background-color css

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

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

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

border-color css

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

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

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