Html Css Color HEX #9B096C Eggplant

📋 copy color: '#9B096C'

red 155 ◦ green 9 ◦ blue 108

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

Shades of Eggplant #9B096C

Tints of Eggplant #9B096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 56.99%
G = 3.31%
B = 39.71%

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

#9B096C (or 0x9B096C) is known color: Eggplant. HEX triplet: 9B, 09 and 6C. RGB value is (155,9,108). Sum of RGB (Red+Green+Blue) = 155+9+108=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B096C is #64F693. Grayscale: #3F3F3F. Windows color (decimal): -6616724 or 7080347. OLE color: 7080347.

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

Color convert

RGB 155 9 108 -
CMYK 0 0.94 0.30 0.39
HSL 319.32º 0.89% 0.32% -
HSV(B) 319.32º 0.94% 0.61% -
XYZ 16.32 8.25 14.92 -
YUV 63.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 155 9 108 0 0.94 0.30 0.39 319.32 0.89 0.32
Hex 9B 9 6C 0 5E 1E 27 13F 59 20
Octal 233 11 154 0 136 36 47 477 131 40
Binary 10011011 1001 1101100 0 1011110 11110 100111 100111111 1011001 100000

Color Harmonies of #9B096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B096C

Black with #9B096C

Text Example


Text Example

White with #9B096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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