Html Css Color HEX #9B0874 Eggplant

📋 copy color: '#9B0874'

red 155 ◦ green 8 ◦ blue 116

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

Shades of Eggplant #9B0874

Tints of Eggplant #9B0874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

 BLUE value IS 116 (45.7% from 255) = 41.58%

R = 55.56%
G = 2.87%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B0874 (or 0x9B0874) is known color: Eggplant. HEX triplet: 9B, 08 and 74. RGB value is (155,8,116). Sum of RGB (Red+Green+Blue) = 155+8+116=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0874 is #64F78B. Grayscale: #3F3F3F. Windows color (decimal): -6616972 or 7604379. OLE color: 7604379.

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

Color convert

RGB 155 8 116 -
CMYK 0 0.95 0.25 0.39
HSL 315.92º 0.9% 0.32% -
HSV(B) 315.92º 0.95% 0.61% -
XYZ 16.76 8.4 17.26 -
YUV 64.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 155 8 116 0 0.95 0.25 0.39 315.92 0.9 0.32
Hex 9B 8 74 0 5F 19 27 13C 5A 20
Octal 233 10 164 0 137 31 47 474 132 40
Binary 10011011 1000 1110100 0 1011111 11001 100111 100111100 1011010 100000

Color Harmonies of #9B0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0874

Black with #9B0874

Text Example


Text Example

White with #9B0874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,8,116); }

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

background-color css

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

 a { background-color: rgb(155,8,116); }

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

border-color css

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

 span { border-color: rgb(155,8,116); }

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