Html Css Color HEX #96047A Eggplant

📋 copy color: '#96047A'

red 150 ◦ green 4 ◦ blue 122

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

Shades of Eggplant #96047A

Tints of Eggplant #96047A

RGB

 RED value IS 150 (58.98% from 255) = 54.35%

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 122 (48.05% from 255) = 44.2%

R = 54.35%
G = 1.45%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96047A (or 0x96047A) is known color: Eggplant. HEX triplet: 96, 04 and 7A. RGB value is (150,4,122). Sum of RGB (Red+Green+Blue) = 150+4+122=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96047A is #69FB85. Grayscale: #3C3C3C. Windows color (decimal): -6945670 or 7996566. OLE color: 7996566.

HSL color Cylindrical-coordinate representation of color #96047A: hue angle of 311.51º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96047A is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 122 -
CMYK 0 0.97 0.19 0.41
HSL 311.51º 0.95% 0.3% -
HSV(B) 311.51º 0.97% 0.59% -
XYZ 16.13 7.98 19.1 -
YUV 61.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 150 4 122 0 0.97 0.19 0.41 311.51 0.95 0.3
Hex 96 4 7A 0 61 13 29 138 5F 1E
Octal 226 4 172 0 141 23 51 470 137 36
Binary 10010110 100 1111010 0 1100001 10011 101001 100111000 1011111 11110

Color Harmonies of #96047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96047A

Black with #96047A

Text Example


Text Example

White with #96047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,4,122); }

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

background-color css

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

 a { background-color: rgb(150,4,122); }

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

border-color css

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

 span { border-color: rgb(150,4,122); }

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