Html Css Color HEX #9B076F Eggplant

📋 copy color: '#9B076F'

red 155 ◦ green 7 ◦ blue 111

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

Shades of Eggplant #9B076F

Tints of Eggplant #9B076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 111 (43.75% from 255) = 40.66%

R = 56.78%
G = 2.56%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B076F (or 0x9B076F) is known color: Eggplant. HEX triplet: 9B, 07 and 6F. RGB value is (155,7,111). Sum of RGB (Red+Green+Blue) = 155+7+111=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B076F is #64F890. Grayscale: #3E3E3E. Windows color (decimal): -6617233 or 7276443. OLE color: 7276443.

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

Color convert

RGB 155 7 111 -
CMYK 0 0.95 0.28 0.39
HSL 317.84º 0.91% 0.32% -
HSV(B) 317.84º 0.95% 0.61% -
XYZ 16.46 8.27 15.77 -
YUV 63.11 155.03 193.54 -
System Red Green Blue C M Y K H S L
Decimal 155 7 111 0 0.95 0.28 0.39 317.84 0.91 0.32
Hex 9B 7 6F 0 5F 1C 27 13E 5B 20
Octal 233 7 157 0 137 34 47 476 133 40
Binary 10011011 111 1101111 0 1011111 11100 100111 100111110 1011011 100000

Color Harmonies of #9B076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B076F

Black with #9B076F

Text Example


Text Example

White with #9B076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,7,111); }

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

background-color css

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

 a { background-color: rgb(155,7,111); }

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

border-color css

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

 span { border-color: rgb(155,7,111); }

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