Html Css Color HEX #900069 Eggplant

📋 copy color: '#900069'

red 144 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #900069

Tints of Eggplant #900069

RGB

 RED value IS 144 (56.64% from 255) = 57.83%

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

 BLUE value IS 105 (41.41% from 255) = 42.17%

R = 57.83%
G = 0%
B = 42.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#900069 (or 0x900069) is known color: Eggplant. HEX triplet: 90, 00 and 69. RGB value is (144,0,105). Sum of RGB (Red+Green+Blue) = 144+0+105=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #900069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900069 is #6FFF96. Grayscale: #363636. Windows color (decimal): -7339927 or 6881424. OLE color: 6881424.

HSL color Cylindrical-coordinate representation of color #900069: hue angle of 316.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900069 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 105 -
CMYK 0 1 0.27 0.44
HSL 316.25º 1% 0.28% -
HSV(B) 316.25º 1% 0.56% -
XYZ 14.05 6.95 13.97 -
YUV 55.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 144 0 105 0 1 0.27 0.44 316.25 1 0.28
Hex 90 0 69 0 64 1B 2C 13C 64 1C
Octal 220 0 151 0 144 33 54 474 144 34
Binary 10010000 0 1101001 0 1100100 11011 101100 100111100 1100100 11100

Color Harmonies of #900069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900069

Black with #900069

Text Example


Text Example

White with #900069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900069; }

 p { color: rgb(144,0,105); }

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

background-color css

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

 a { background-color: rgb(144,0,105); }

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

border-color css

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

 span { border-color: rgb(144,0,105); }

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