Html Css Color HEX #9B0676 Eggplant

📋 copy color: '#9B0676'

red 155 ◦ green 6 ◦ blue 118

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

Shades of Eggplant #9B0676

Tints of Eggplant #9B0676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

 BLUE value IS 118 (46.48% from 255) = 42.29%

R = 55.56%
G = 2.15%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B0676 (or 0x9B0676) is known color: Eggplant. HEX triplet: 9B, 06 and 76. RGB value is (155,6,118). Sum of RGB (Red+Green+Blue) = 155+6+118=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0676 is #64F989. Grayscale: #3F3F3F. Windows color (decimal): -6617482 or 7734939. OLE color: 7734939.

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

Color convert

RGB 155 6 118 -
CMYK 0 0.96 0.24 0.39
HSL 314.9º 0.93% 0.32% -
HSV(B) 314.9º 0.96% 0.61% -
XYZ 16.85 8.41 17.87 -
YUV 63.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 155 6 118 0 0.96 0.24 0.39 314.9 0.93 0.32
Hex 9B 6 76 0 60 18 27 13B 5D 20
Octal 233 6 166 0 140 30 47 473 135 40
Binary 10011011 110 1110110 0 1100000 11000 100111 100111011 1011101 100000

Color Harmonies of #9B0676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0676

Black with #9B0676

Text Example


Text Example

White with #9B0676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,6,118); }

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

background-color css

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

 a { background-color: rgb(155,6,118); }

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

border-color css

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

 span { border-color: rgb(155,6,118); }

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