Html Css Color HEX #9B1274 Eggplant

📋 copy color: '#9B1274'

red 155 ◦ green 18 ◦ blue 116

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

Shades of Eggplant #9B1274

Tints of Eggplant #9B1274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

 BLUE value IS 116 (45.7% from 255) = 40.14%

R = 53.63%
G = 6.23%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B1274 (or 0x9B1274) is known color: Eggplant. HEX triplet: 9B, 12 and 74. RGB value is (155,18,116). Sum of RGB (Red+Green+Blue) = 155+18+116=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1274 is #64ED8B. Grayscale: #454545. Windows color (decimal): -6614412 or 7606939. OLE color: 7606939.

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

Color convert

RGB 155 18 116 -
CMYK 0 0.88 0.25 0.39
HSL 317.08º 0.79% 0.34% -
HSV(B) 317.08º 0.88% 0.61% -
XYZ 16.89 8.66 17.3 -
YUV 70.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 155 18 116 0 0.88 0.25 0.39 317.08 0.79 0.34
Hex 9B 12 74 0 58 19 27 13D 4F 22
Octal 233 22 164 0 130 31 47 475 117 42
Binary 10011011 10010 1110100 0 1011000 11001 100111 100111101 1001111 100010

Color Harmonies of #9B1274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1274

Black with #9B1274

Text Example


Text Example

White with #9B1274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,18,116); }

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

background-color css

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

 a { background-color: rgb(155,18,116); }

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

border-color css

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

 span { border-color: rgb(155,18,116); }

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