Html Css Color HEX #9B0E6D Eggplant

📋 copy color: '#9B0E6D'

red 155 ◦ green 14 ◦ blue 109

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

Shades of Eggplant #9B0E6D

Tints of Eggplant #9B0E6D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.04%

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

R = 55.76%
G = 5.04%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B0E6D (or 0x9B0E6D) is known color: Eggplant. HEX triplet: 9B, 0E and 6D. RGB value is (155,14,109). Sum of RGB (Red+Green+Blue) = 155+14+109=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0E6D is #64F192. Grayscale: #424242. Windows color (decimal): -6615443 or 7147163. OLE color: 7147163.

HSL color Cylindrical-coordinate representation of color #9B0E6D: hue angle of 319.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E6D is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 14 109 -
CMYK 0 0.91 0.30 0.39
HSL 319.57º 0.83% 0.33% -
HSV(B) 319.57º 0.91% 0.61% -
XYZ 16.43 8.39 15.22 -
YUV 66.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 155 14 109 0 0.91 0.30 0.39 319.57 0.83 0.33
Hex 9B E 6D 0 5B 1E 27 140 53 21
Octal 233 16 155 0 133 36 47 500 123 41
Binary 10011011 1110 1101101 0 1011011 11110 100111 101000000 1010011 100001

Color Harmonies of #9B0E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0E6D

Black with #9B0E6D

Text Example


Text Example

White with #9B0E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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