Html Css Color HEX #9B097A Eggplant

📋 copy color: '#9B097A'

red 155 ◦ green 9 ◦ blue 122

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

Shades of Eggplant #9B097A

Tints of Eggplant #9B097A

RGB

 RED value IS 155 (60.94% from 255) = 54.2%

 GREEN value IS 9 (3.91% from 255) = 3.15%

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

R = 54.2%
G = 3.15%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B097A (or 0x9B097A) is known color: Eggplant. HEX triplet: 9B, 09 and 7A. RGB value is (155,9,122). Sum of RGB (Red+Green+Blue) = 155+9+122=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B097A is #64F685. Grayscale: #414141. Windows color (decimal): -6616710 or 7997851. OLE color: 7997851.

HSL color Cylindrical-coordinate representation of color #9B097A: hue angle of 313.56º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B097A is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 9 122 -
CMYK 0 0.94 0.21 0.39
HSL 313.56º 0.89% 0.32% -
HSV(B) 313.56º 0.94% 0.61% -
XYZ 17.13 8.57 19.16 -
YUV 65.54 159.87 191.81 -
System Red Green Blue C M Y K H S L
Decimal 155 9 122 0 0.94 0.21 0.39 313.56 0.89 0.32
Hex 9B 9 7A 0 5E 15 27 13A 59 20
Octal 233 11 172 0 136 25 47 472 131 40
Binary 10011011 1001 1111010 0 1011110 10101 100111 100111010 1011001 100000

Color Harmonies of #9B097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B097A

Black with #9B097A

Text Example


Text Example

White with #9B097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B097A; }

 p { color: rgb(155,9,122); }

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

background-color css

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

 a { background-color: rgb(155,9,122); }

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

border-color css

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

 span { border-color: rgb(155,9,122); }

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