Html Css Color HEX #90075A Eggplant

📋 copy color: '#90075A'

red 144 ◦ green 7 ◦ blue 90

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

Shades of Eggplant #90075A

Tints of Eggplant #90075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 59.75%
G = 2.9%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90075A (or 0x90075A) is known color: Eggplant. HEX triplet: 90, 07 and 5A. RGB value is (144,7,90). Sum of RGB (Red+Green+Blue) = 144+7+90=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90075A is #6FF8A5. Grayscale: #393939. Windows color (decimal): -7338150 or 5900176. OLE color: 5900176.

HSL color Cylindrical-coordinate representation of color #90075A: hue angle of 323.65º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90075A is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 7 90 -
CMYK 0 0.95 0.37 0.44
HSL 323.65º 0.91% 0.3% -
HSV(B) 323.65º 0.95% 0.56% -
XYZ 13.42 6.82 10.28 -
YUV 57.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 144 7 90 0 0.95 0.37 0.44 323.65 0.91 0.3
Hex 90 7 5A 0 5F 25 2C 144 5B 1E
Octal 220 7 132 0 137 45 54 504 133 36
Binary 10010000 111 1011010 0 1011111 100101 101100 101000100 1011011 11110

Color Harmonies of #90075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90075A

Black with #90075A

Text Example


Text Example

White with #90075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90075A; }

 p { color: rgb(144,7,90); }

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

background-color css

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

 a { background-color: rgb(144,7,90); }

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

border-color css

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

 span { border-color: rgb(144,7,90); }

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