Html Css Color HEX #9B047C Eggplant

📋 copy color: '#9B047C'

red 155 ◦ green 4 ◦ blue 124

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

Shades of Eggplant #9B047C

Tints of Eggplant #9B047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 124 (48.83% from 255) = 43.82%

R = 54.77%
G = 1.41%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B047C (or 0x9B047C) is known color: Eggplant. HEX triplet: 9B, 04 and 7C. RGB value is (155,4,124). Sum of RGB (Red+Green+Blue) = 155+4+124=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B047C is #64FB83. Grayscale: #3E3E3E. Windows color (decimal): -6617988 or 8127643. OLE color: 8127643.

HSL color Cylindrical-coordinate representation of color #9B047C: hue angle of 312.32º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B047C is Cyan = 0, Magento = 0.97, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 4 124 -
CMYK 0 0.97 0.2 0.39
HSL 312.32º 0.95% 0.31% -
HSV(B) 312.32º 0.97% 0.61% -
XYZ 17.2 8.51 19.81 -
YUV 62.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 155 4 124 0 0.97 0.2 0.39 312.32 0.95 0.31
Hex 9B 4 7C 0 61 14 27 138 5F 1F
Octal 233 4 174 0 141 24 47 470 137 37
Binary 10011011 100 1111100 0 1100001 10100 100111 100111000 1011111 11111

Color Harmonies of #9B047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B047C

Black with #9B047C

Text Example


Text Example

White with #9B047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,4,124); }

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

background-color css

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

 a { background-color: rgb(155,4,124); }

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

border-color css

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

 span { border-color: rgb(155,4,124); }

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