Html Css Color HEX #9B007B Eggplant

📋 copy color: '#9B007B'

red 155 ◦ green 0 ◦ blue 123

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

Shades of Eggplant #9B007B

Tints of Eggplant #9B007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.24%

R = 55.76%
G = 0%
B = 44.24%

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

#9B007B (or 0x9B007B) is known color: Eggplant. HEX triplet: 9B, 00 and 7B. RGB value is (155,0,123). Sum of RGB (Red+Green+Blue) = 155+0+123=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B007B is #64FF84. Grayscale: #3C3C3C. Windows color (decimal): -6619013 or 8061083. OLE color: 8061083.

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

Color convert

RGB 155 0 123 -
CMYK 0 1 0.21 0.39
HSL 312.39º 1% 0.3% -
HSV(B) 312.39º 1% 0.61% -
XYZ 17.09 8.4 19.46 -
YUV 60.37 163.35 195.5 -
System Red Green Blue C M Y K H S L
Decimal 155 0 123 0 1 0.21 0.39 312.39 1 0.3
Hex 9B 0 7B 0 64 15 27 138 64 1E
Octal 233 0 173 0 144 25 47 470 144 36
Binary 10011011 0 1111011 0 1100100 10101 100111 100111000 1100100 11110

Color Harmonies of #9B007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B007B

Black with #9B007B

Text Example


Text Example

White with #9B007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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