Html Css Color HEX #990068 Eggplant

📋 copy color: '#990068'

red 153 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #990068

Tints of Eggplant #990068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.53%
G = 0%
B = 40.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#990068 (or 0x990068) is known color: Eggplant. HEX triplet: 99, 00 and 68. RGB value is (153,0,104). Sum of RGB (Red+Green+Blue) = 153+0+104=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #990068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990068 is #66FF97. Grayscale: #393939. Windows color (decimal): -6750104 or 6815897. OLE color: 6815897.

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

Color convert

RGB 153 0 104 -
CMYK 0 1 0.32 0.4
HSL 319.22º 1% 0.3% -
HSV(B) 319.22º 1% 0.6% -
XYZ 15.64 7.77 13.77 -
YUV 57.6 154.19 196.04 -
System Red Green Blue C M Y K H S L
Decimal 153 0 104 0 1 0.32 0.4 319.22 1 0.3
Hex 99 0 68 0 64 20 28 13F 64 1E
Octal 231 0 150 0 144 40 50 477 144 36
Binary 10011001 0 1101000 0 1100100 100000 101000 100111111 1100100 11110

Color Harmonies of #990068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990068

Black with #990068

Text Example


Text Example

White with #990068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990068; }

 p { color: rgb(153,0,104); }

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

background-color css

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

 a { background-color: rgb(153,0,104); }

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

border-color css

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

 span { border-color: rgb(153,0,104); }

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