Html Css Color HEX #9B096D Eggplant

📋 copy color: '#9B096D'

red 155 ◦ green 9 ◦ blue 109

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

Shades of Eggplant #9B096D

Tints of Eggplant #9B096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.93%

R = 56.78%
G = 3.3%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B096D (or 0x9B096D) is known color: Eggplant. HEX triplet: 9B, 09 and 6D. RGB value is (155,9,109). Sum of RGB (Red+Green+Blue) = 155+9+109=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B096D is #64F692. Grayscale: #3F3F3F. Windows color (decimal): -6616723 or 7145883. OLE color: 7145883.

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

Color convert

RGB 155 9 109 -
CMYK 0 0.94 0.30 0.39
HSL 318.9º 0.89% 0.32% -
HSV(B) 318.9º 0.94% 0.61% -
XYZ 16.38 8.27 15.2 -
YUV 64.05 153.37 192.87 -
System Red Green Blue C M Y K H S L
Decimal 155 9 109 0 0.94 0.30 0.39 318.9 0.89 0.32
Hex 9B 9 6D 0 5E 1E 27 13F 59 20
Octal 233 11 155 0 136 36 47 477 131 40
Binary 10011011 1001 1101101 0 1011110 11110 100111 100111111 1011001 100000

Color Harmonies of #9B096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B096D

Black with #9B096D

Text Example


Text Example

White with #9B096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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