Html Css Color HEX #9B0672 Eggplant

📋 copy color: '#9B0672'

red 155 ◦ green 6 ◦ blue 114

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

Shades of Eggplant #9B0672

Tints of Eggplant #9B0672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 56.36%
G = 2.18%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B0672 (or 0x9B0672) is known color: Eggplant. HEX triplet: 9B, 06 and 72. RGB value is (155,6,114). Sum of RGB (Red+Green+Blue) = 155+6+114=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0672 is #64F98D. Grayscale: #3E3E3E. Windows color (decimal): -6617486 or 7472795. OLE color: 7472795.

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

Color convert

RGB 155 6 114 -
CMYK 0 0.96 0.26 0.39
HSL 316.51º 0.93% 0.32% -
HSV(B) 316.51º 0.96% 0.61% -
XYZ 16.62 8.31 16.65 -
YUV 62.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 155 6 114 0 0.96 0.26 0.39 316.51 0.93 0.32
Hex 9B 6 72 0 60 1A 27 13D 5D 20
Octal 233 6 162 0 140 32 47 475 135 40
Binary 10011011 110 1110010 0 1100000 11010 100111 100111101 1011101 100000

Color Harmonies of #9B0672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0672

Black with #9B0672

Text Example


Text Example

White with #9B0672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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