Html Css Color HEX #9B006B Eggplant

📋 copy color: '#9B006B'

red 155 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #9B006B

Tints of Eggplant #9B006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.84%

R = 59.16%
G = 0%
B = 40.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B006B (or 0x9B006B) is known color: Eggplant. HEX triplet: 9B, 00 and 6B. RGB value is (155,0,107). Sum of RGB (Red+Green+Blue) = 155+0+107=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B006B is #64FF94. Grayscale: #3A3A3A. Windows color (decimal): -6619029 or 7012507. OLE color: 7012507.

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

Color convert

RGB 155 0 107 -
CMYK 0 1 0.31 0.39
HSL 318.58º 1% 0.3% -
HSV(B) 318.58º 1% 0.61% -
XYZ 16.17 8.03 14.61 -
YUV 58.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 155 0 107 0 1 0.31 0.39 318.58 1 0.3
Hex 9B 0 6B 0 64 1F 27 13F 64 1E
Octal 233 0 153 0 144 37 47 477 144 36
Binary 10011011 0 1101011 0 1100100 11111 100111 100111111 1100100 11110

Color Harmonies of #9B006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B006B

Black with #9B006B

Text Example


Text Example

White with #9B006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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