Html Css Color HEX #9B136C Eggplant

📋 copy color: '#9B136C'

red 155 ◦ green 19 ◦ blue 108

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

Shades of Eggplant #9B136C

Tints of Eggplant #9B136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 54.96%
G = 6.74%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B136C (or 0x9B136C) is known color: Eggplant. HEX triplet: 9B, 13 and 6C. RGB value is (155,19,108). Sum of RGB (Red+Green+Blue) = 155+19+108=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B136C is #64EC93. Grayscale: #454545. Windows color (decimal): -6614164 or 7082907. OLE color: 7082907.

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

Color convert

RGB 155 19 108 -
CMYK 0 0.88 0.30 0.39
HSL 320.74º 0.78% 0.34% -
HSV(B) 320.74º 0.88% 0.61% -
XYZ 16.46 8.52 14.96 -
YUV 69.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 155 19 108 0 0.88 0.30 0.39 320.74 0.78 0.34
Hex 9B 13 6C 0 58 1E 27 141 4E 22
Octal 233 23 154 0 130 36 47 501 116 42
Binary 10011011 10011 1101100 0 1011000 11110 100111 101000001 1001110 100010

Color Harmonies of #9B136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B136C

Black with #9B136C

Text Example


Text Example

White with #9B136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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