Html Css Color HEX #990678 Eggplant

📋 copy color: '#990678'

red 153 ◦ green 6 ◦ blue 120

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

Shades of Eggplant #990678

Tints of Eggplant #990678

RGB

 RED value IS 153 (60.16% from 255) = 54.84%

 GREEN value IS 6 (2.73% from 255) = 2.15%

 BLUE value IS 120 (47.27% from 255) = 43.01%

R = 54.84%
G = 2.15%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#990678 (or 0x990678) is known color: Eggplant. HEX triplet: 99, 06 and 78. RGB value is (153,6,120). Sum of RGB (Red+Green+Blue) = 153+6+120=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #990678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990678 is #66F987. Grayscale: #3E3E3E. Windows color (decimal): -6748552 or 7866009. OLE color: 7866009.

HSL color Cylindrical-coordinate representation of color #990678: hue angle of 313.47º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990678 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 120 -
CMYK 0 0.96 0.22 0.4
HSL 313.47º 0.92% 0.31% -
HSV(B) 313.47º 0.96% 0.6% -
XYZ 16.59 8.26 18.49 -
YUV 62.95 160.2 192.23 -
System Red Green Blue C M Y K H S L
Decimal 153 6 120 0 0.96 0.22 0.4 313.47 0.92 0.31
Hex 99 6 78 0 60 16 28 139 5C 1F
Octal 231 6 170 0 140 26 50 471 134 37
Binary 10011001 110 1111000 0 1100000 10110 101000 100111001 1011100 11111

Color Harmonies of #990678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990678

Black with #990678

Text Example


Text Example

White with #990678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990678; }

 p { color: rgb(153,6,120); }

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

background-color css

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

 a { background-color: rgb(153,6,120); }

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

border-color css

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

 span { border-color: rgb(153,6,120); }

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