Html Css Color HEX #9B126A Eggplant

📋 copy color: '#9B126A'

red 155 ◦ green 18 ◦ blue 106

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

Shades of Eggplant #9B126A

Tints of Eggplant #9B126A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 55.56%
G = 6.45%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B126A (or 0x9B126A) is known color: Eggplant. HEX triplet: 9B, 12 and 6A. RGB value is (155,18,106). Sum of RGB (Red+Green+Blue) = 155+18+106=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B126A is #64ED95. Grayscale: #444444. Windows color (decimal): -6614422 or 6951579. OLE color: 6951579.

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

Color convert

RGB 155 18 106 -
CMYK 0 0.88 0.32 0.39
HSL 321.46º 0.79% 0.34% -
HSV(B) 321.46º 0.88% 0.61% -
XYZ 16.34 8.44 14.4 -
YUV 69 148.89 189.34 -
System Red Green Blue C M Y K H S L
Decimal 155 18 106 0 0.88 0.32 0.39 321.46 0.79 0.34
Hex 9B 12 6A 0 58 20 27 141 4F 22
Octal 233 22 152 0 130 40 47 501 117 42
Binary 10011011 10010 1101010 0 1011000 100000 100111 101000001 1001111 100010

Color Harmonies of #9B126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B126A

Black with #9B126A

Text Example


Text Example

White with #9B126A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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