Html Css Color HEX #9B097D Eggplant

📋 copy color: '#9B097D'

red 155 ◦ green 9 ◦ blue 125

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

Shades of Eggplant #9B097D

Tints of Eggplant #9B097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.25%

R = 53.63%
G = 3.11%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B097D (or 0x9B097D) is known color: Eggplant. HEX triplet: 9B, 09 and 7D. RGB value is (155,9,125). Sum of RGB (Red+Green+Blue) = 155+9+125=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B097D is #64F682. Grayscale: #414141. Windows color (decimal): -6616707 or 8194459. OLE color: 8194459.

HSL color Cylindrical-coordinate representation of color #9B097D: hue angle of 312.33º 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 #9B097D is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 9 125 -
CMYK 0 0.94 0.19 0.39
HSL 312.33º 0.89% 0.32% -
HSV(B) 312.33º 0.94% 0.61% -
XYZ 17.32 8.64 20.16 -
YUV 65.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 155 9 125 0 0.94 0.19 0.39 312.33 0.89 0.32
Hex 9B 9 7D 0 5E 13 27 138 59 20
Octal 233 11 175 0 136 23 47 470 131 40
Binary 10011011 1001 1111101 0 1011110 10011 100111 100111000 1011001 100000

Color Harmonies of #9B097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B097D

Black with #9B097D

Text Example


Text Example

White with #9B097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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