Html Css Color HEX #9B146F Eggplant

📋 copy color: '#9B146F'

red 155 ◦ green 20 ◦ blue 111

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

Shades of Eggplant #9B146F

Tints of Eggplant #9B146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

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

R = 54.2%
G = 6.99%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B146F (or 0x9B146F) is known color: Eggplant. HEX triplet: 9B, 14 and 6F. RGB value is (155,20,111). Sum of RGB (Red+Green+Blue) = 155+20+111=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B146F is #64EB90. Grayscale: #464646. Windows color (decimal): -6613905 or 7279771. OLE color: 7279771.

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

Color convert

RGB 155 20 111 -
CMYK 0 0.87 0.28 0.39
HSL 319.56º 0.77% 0.34% -
HSV(B) 319.56º 0.87% 0.61% -
XYZ 16.64 8.62 15.83 -
YUV 70.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 155 20 111 0 0.87 0.28 0.39 319.56 0.77 0.34
Hex 9B 14 6F 0 57 1C 27 140 4D 22
Octal 233 24 157 0 127 34 47 500 115 42
Binary 10011011 10100 1101111 0 1010111 11100 100111 101000000 1001101 100010

Color Harmonies of #9B146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B146F

Black with #9B146F

Text Example


Text Example

White with #9B146F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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