Html Css Color HEX #981268 Eggplant

📋 copy color: '#981268'

red 152 ◦ green 18 ◦ blue 104

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

Shades of Eggplant #981268

Tints of Eggplant #981268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 55.47%
G = 6.57%
B = 37.96%

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

#981268 (or 0x981268) is known color: Eggplant. HEX triplet: 98, 12 and 68. RGB value is (152,18,104). Sum of RGB (Red+Green+Blue) = 152+18+104=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #981268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981268 is #67ED97. Grayscale: #434343. Windows color (decimal): -6811032 or 6820504. OLE color: 6820504.

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

Color convert

RGB 152 18 104 -
CMYK 0 0.88 0.32 0.40
HSL 321.49º 0.79% 0.33% -
HSV(B) 321.49º 0.88% 0.6% -
XYZ 15.66 8.11 13.84 -
YUV 67.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 152 18 104 0 0.88 0.32 0.40 321.49 0.79 0.33
Hex 98 12 68 0 58 20 28 141 4F 21
Octal 230 22 150 0 130 40 50 501 117 41
Binary 10011000 10010 1101000 0 1011000 100000 101000 101000001 1001111 100001

Color Harmonies of #981268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981268

Black with #981268

Text Example


Text Example

White with #981268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981268; }

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

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

background-color css

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

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

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

border-color css

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

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

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