Html Css Color HEX #9B0760 Eggplant

📋 copy color: '#9B0760'

red 155 ◦ green 7 ◦ blue 96

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

Shades of Eggplant #9B0760

Tints of Eggplant #9B0760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.21%

R = 60.08%
G = 2.71%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B0760 (or 0x9B0760) is known color: Eggplant. HEX triplet: 9B, 07 and 60. RGB value is (155,7,96). Sum of RGB (Red+Green+Blue) = 155+7+96=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0760 is #64F89F. Grayscale: #3D3D3D. Windows color (decimal): -6617248 or 6293403. OLE color: 6293403.

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

Color convert

RGB 155 7 96 -
CMYK 0 0.95 0.38 0.39
HSL 323.92º 0.91% 0.32% -
HSV(B) 323.92º 0.95% 0.61% -
XYZ 15.7 7.97 11.78 -
YUV 61.4 147.53 194.76 -
System Red Green Blue C M Y K H S L
Decimal 155 7 96 0 0.95 0.38 0.39 323.92 0.91 0.32
Hex 9B 7 60 0 5F 26 27 144 5B 20
Octal 233 7 140 0 137 46 47 504 133 40
Binary 10011011 111 1100000 0 1011111 100110 100111 101000100 1011011 100000

Color Harmonies of #9B0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0760

Black with #9B0760

Text Example


Text Example

White with #9B0760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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