Html Css Color HEX #9B0271 Eggplant

📋 copy color: '#9B0271'

red 155 ◦ green 2 ◦ blue 113

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

Shades of Eggplant #9B0271

Tints of Eggplant #9B0271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 57.41%
G = 0.74%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B0271 (or 0x9B0271) is known color: Eggplant. HEX triplet: 9B, 02 and 71. RGB value is (155,2,113). Sum of RGB (Red+Green+Blue) = 155+2+113=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0271 is #64FD8E. Grayscale: #3C3C3C. Windows color (decimal): -6618511 or 7406235. OLE color: 7406235.

HSL color Cylindrical-coordinate representation of color #9B0271: hue angle of 316.47º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0271 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 2 113 -
CMYK 0 0.99 0.27 0.39
HSL 316.47º 0.97% 0.31% -
HSV(B) 316.47º 0.99% 0.61% -
XYZ 16.52 8.2 16.34 -
YUV 60.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 155 2 113 0 0.99 0.27 0.39 316.47 0.97 0.31
Hex 9B 2 71 0 63 1B 27 13C 61 1F
Octal 233 2 161 0 143 33 47 474 141 37
Binary 10011011 10 1110001 0 1100011 11011 100111 100111100 1100001 11111

Color Harmonies of #9B0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0271

Black with #9B0271

Text Example


Text Example

White with #9B0271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,2,113); }

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

background-color css

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

 a { background-color: rgb(155,2,113); }

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

border-color css

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

 span { border-color: rgb(155,2,113); }

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