Html Css Color HEX #9B136D Eggplant

📋 copy color: '#9B136D'

red 155 ◦ green 19 ◦ blue 109

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

Shades of Eggplant #9B136D

Tints of Eggplant #9B136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 54.77%
G = 6.71%
B = 38.52%

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

#9B136D (or 0x9B136D) is known color: Eggplant. HEX triplet: 9B, 13 and 6D. RGB value is (155,19,109). Sum of RGB (Red+Green+Blue) = 155+19+109=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B136D is #64EC92. Grayscale: #454545. Windows color (decimal): -6614163 or 7148443. OLE color: 7148443.

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

Color convert

RGB 155 19 109 -
CMYK 0 0.88 0.30 0.39
HSL 320.29º 0.78% 0.34% -
HSV(B) 320.29º 0.88% 0.61% -
XYZ 16.51 8.54 15.25 -
YUV 69.92 150.06 188.68 -
System Red Green Blue C M Y K H S L
Decimal 155 19 109 0 0.88 0.30 0.39 320.29 0.78 0.34
Hex 9B 13 6D 0 58 1E 27 140 4E 22
Octal 233 23 155 0 130 36 47 500 116 42
Binary 10011011 10011 1101101 0 1011000 11110 100111 101000000 1001110 100010

Color Harmonies of #9B136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B136D

Black with #9B136D

Text Example


Text Example

White with #9B136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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