Html Css Color HEX #9B0973 Eggplant

📋 copy color: '#9B0973'

red 155 ◦ green 9 ◦ blue 115

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

Shades of Eggplant #9B0973

Tints of Eggplant #9B0973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 55.56%
G = 3.23%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B0973 (or 0x9B0973) is known color: Eggplant. HEX triplet: 9B, 09 and 73. RGB value is (155,9,115). Sum of RGB (Red+Green+Blue) = 155+9+115=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0973 is #64F68C. Grayscale: #404040. Windows color (decimal): -6616717 or 7539099. OLE color: 7539099.

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

Color convert

RGB 155 9 115 -
CMYK 0 0.94 0.26 0.39
HSL 316.44º 0.89% 0.32% -
HSV(B) 316.44º 0.94% 0.61% -
XYZ 16.71 8.4 16.96 -
YUV 64.74 156.37 192.38 -
System Red Green Blue C M Y K H S L
Decimal 155 9 115 0 0.94 0.26 0.39 316.44 0.89 0.32
Hex 9B 9 73 0 5E 1A 27 13C 59 20
Octal 233 11 163 0 136 32 47 474 131 40
Binary 10011011 1001 1110011 0 1011110 11010 100111 100111100 1011001 100000

Color Harmonies of #9B0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0973

Black with #9B0973

Text Example


Text Example

White with #9B0973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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