Html Css Color HEX #981267 Eggplant

📋 copy color: '#981267'

red 152 ◦ green 18 ◦ blue 103

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

Shades of Eggplant #981267

Tints of Eggplant #981267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 55.68%
G = 6.59%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#981267 (or 0x981267) is known color: Eggplant. HEX triplet: 98, 12 and 67. RGB value is (152,18,103). Sum of RGB (Red+Green+Blue) = 152+18+103=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #981267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981267 is #67ED98. Grayscale: #434343. Windows color (decimal): -6811033 or 6754968. OLE color: 6754968.

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

Color convert

RGB 152 18 103 -
CMYK 0 0.88 0.32 0.40
HSL 321.94º 0.79% 0.33% -
HSV(B) 321.94º 0.88% 0.6% -
XYZ 15.61 8.09 13.57 -
YUV 67.76 147.89 188.09 -
System Red Green Blue C M Y K H S L
Decimal 152 18 103 0 0.88 0.32 0.40 321.94 0.79 0.33
Hex 98 12 67 0 58 20 28 142 4F 21
Octal 230 22 147 0 130 40 50 502 117 41
Binary 10011000 10010 1100111 0 1011000 100000 101000 101000010 1001111 100001

Color Harmonies of #981267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981267

Black with #981267

Text Example


Text Example

White with #981267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981267; }

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

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

background-color css

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

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

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

border-color css

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

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

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