Html Css Color HEX #980267 Eggplant

📋 copy color: '#980267'

red 152 ◦ green 2 ◦ blue 103

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

Shades of Eggplant #980267

Tints of Eggplant #980267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 59.14%
G = 0.78%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#980267 (or 0x980267) is known color: Eggplant. HEX triplet: 98, 02 and 67. RGB value is (152,2,103). Sum of RGB (Red+Green+Blue) = 152+2+103=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #980267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980267 is #67FD98. Grayscale: #3A3A3A. Windows color (decimal): -6815129 or 6750872. OLE color: 6750872.

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

Color convert

RGB 152 2 103 -
CMYK 0 0.99 0.32 0.40
HSL 319.6º 0.97% 0.3% -
HSV(B) 319.6º 0.99% 0.6% -
XYZ 15.42 7.7 13.51 -
YUV 58.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 152 2 103 0 0.99 0.32 0.40 319.6 0.97 0.3
Hex 98 2 67 0 63 20 28 140 61 1E
Octal 230 2 147 0 143 40 50 500 141 36
Binary 10011000 10 1100111 0 1100011 100000 101000 101000000 1100001 11110

Color Harmonies of #980267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980267

Black with #980267

Text Example


Text Example

White with #980267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980267; }

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

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

background-color css

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

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

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

border-color css

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

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

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