Html Css Color HEX #9B136F Eggplant

📋 copy color: '#9B136F'

red 155 ◦ green 19 ◦ blue 111

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

Shades of Eggplant #9B136F

Tints of Eggplant #9B136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 54.39%
G = 6.67%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B136F (or 0x9B136F) is known color: Eggplant. HEX triplet: 9B, 13 and 6F. RGB value is (155,19,111). Sum of RGB (Red+Green+Blue) = 155+19+111=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B136F is #64EC90. Grayscale: #454545. Windows color (decimal): -6614161 or 7279515. OLE color: 7279515.

HSL color Cylindrical-coordinate representation of color #9B136F: hue angle of 319.41º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B136F is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 19 111 -
CMYK 0 0.88 0.28 0.39
HSL 319.41º 0.78% 0.34% -
HSV(B) 319.41º 0.88% 0.61% -
XYZ 16.62 8.58 15.82 -
YUV 70.15 151.06 188.52 -
System Red Green Blue C M Y K H S L
Decimal 155 19 111 0 0.88 0.28 0.39 319.41 0.78 0.34
Hex 9B 13 6F 0 58 1C 27 13F 4E 22
Octal 233 23 157 0 130 34 47 477 116 42
Binary 10011011 10011 1101111 0 1011000 11100 100111 100111111 1001110 100010

Color Harmonies of #9B136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B136F

Black with #9B136F

Text Example


Text Example

White with #9B136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,19,111); }

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

background-color css

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

 a { background-color: rgb(155,19,111); }

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

border-color css

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

 span { border-color: rgb(155,19,111); }

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