Html Css Color HEX #9B007A Eggplant

📋 copy color: '#9B007A'

red 155 ◦ green 0 ◦ blue 122

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

Shades of Eggplant #9B007A

Tints of Eggplant #9B007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 55.96%
G = 0%
B = 44.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B007A (or 0x9B007A) is known color: Eggplant. HEX triplet: 9B, 00 and 7A. RGB value is (155,0,122). Sum of RGB (Red+Green+Blue) = 155+0+122=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B007A is #64FF85. Grayscale: #3B3B3B. Windows color (decimal): -6619014 or 7995547. OLE color: 7995547.

HSL color Cylindrical-coordinate representation of color #9B007A: hue angle of 312.77º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B007A is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 0 122 -
CMYK 0 1 0.21 0.39
HSL 312.77º 1% 0.3% -
HSV(B) 312.77º 1% 0.61% -
XYZ 17.03 8.37 19.13 -
YUV 60.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 155 0 122 0 1 0.21 0.39 312.77 1 0.3
Hex 9B 0 7A 0 64 15 27 139 64 1E
Octal 233 0 172 0 144 25 47 471 144 36
Binary 10011011 0 1111010 0 1100100 10101 100111 100111001 1100100 11110

Color Harmonies of #9B007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B007A

Black with #9B007A

Text Example


Text Example

White with #9B007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,122); }

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

background-color css

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

 a { background-color: rgb(155,0,122); }

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

border-color css

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

 span { border-color: rgb(155,0,122); }

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