Html Css Color HEX #9B006F Eggplant

📋 copy color: '#9B006F'

red 155 ◦ green 0 ◦ blue 111

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

Shades of Eggplant #9B006F

Tints of Eggplant #9B006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.73%

R = 58.27%
G = 0%
B = 41.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B006F (or 0x9B006F) is known color: Eggplant. HEX triplet: 9B, 00 and 6F. RGB value is (155,0,111). Sum of RGB (Red+Green+Blue) = 155+0+111=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B006F is #64FF90. Grayscale: #3A3A3A. Windows color (decimal): -6619025 or 7274651. OLE color: 7274651.

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

Color convert

RGB 155 0 111 -
CMYK 0 1 0.28 0.39
HSL 317.03º 1% 0.3% -
HSV(B) 317.03º 1% 0.61% -
XYZ 16.39 8.12 15.74 -
YUV 59 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 155 0 111 0 1 0.28 0.39 317.03 1 0.3
Hex 9B 0 6F 0 64 1C 27 13D 64 1E
Octal 233 0 157 0 144 34 47 475 144 36
Binary 10011011 0 1101111 0 1100100 11100 100111 100111101 1100100 11110

Color Harmonies of #9B006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B006F

Black with #9B006F

Text Example


Text Example

White with #9B006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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