Html Css Color HEX #9B006A Eggplant

📋 copy color: '#9B006A'

red 155 ◦ green 0 ◦ blue 106

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

Shades of Eggplant #9B006A

Tints of Eggplant #9B006A

RGB

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

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

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

R = 59.39%
G = 0%
B = 40.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B006A (or 0x9B006A) is known color: Eggplant. HEX triplet: 9B, 00 and 6A. RGB value is (155,0,106). Sum of RGB (Red+Green+Blue) = 155+0+106=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B006A is #64FF95. Grayscale: #3A3A3A. Windows color (decimal): -6619030 or 6946971. OLE color: 6946971.

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

Color convert

RGB 155 0 106 -
CMYK 0 1 0.32 0.39
HSL 318.97º 1% 0.3% -
HSV(B) 318.97º 1% 0.61% -
XYZ 16.12 8.01 14.33 -
YUV 58.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 155 0 106 0 1 0.32 0.39 318.97 1 0.3
Hex 9B 0 6A 0 64 20 27 13F 64 1E
Octal 233 0 152 0 144 40 47 477 144 36
Binary 10011011 0 1101010 0 1100100 100000 100111 100111111 1100100 11110

Color Harmonies of #9B006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B006A

Black with #9B006A

Text Example


Text Example

White with #9B006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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