Html Css Color HEX #9B0261 Eggplant

📋 copy color: '#9B0261'

red 155 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #9B0261

Tints of Eggplant #9B0261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 61.02%
G = 0.79%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B0261 (or 0x9B0261) is known color: Eggplant. HEX triplet: 9B, 02 and 61. RGB value is (155,2,97). Sum of RGB (Red+Green+Blue) = 155+2+97=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0261 is #64FD9E. Grayscale: #3A3A3A. Windows color (decimal): -6618527 or 6357659. OLE color: 6357659.

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

Color convert

RGB 155 2 97 -
CMYK 0 0.99 0.37 0.39
HSL 322.75º 0.97% 0.31% -
HSV(B) 322.75º 0.99% 0.61% -
XYZ 15.7 7.88 12 -
YUV 58.58 149.69 196.78 -
System Red Green Blue C M Y K H S L
Decimal 155 2 97 0 0.99 0.37 0.39 322.75 0.97 0.31
Hex 9B 2 61 0 63 25 27 143 61 1F
Octal 233 2 141 0 143 45 47 503 141 37
Binary 10011011 10 1100001 0 1100011 100101 100111 101000011 1100001 11111

Color Harmonies of #9B0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0261

Black with #9B0261

Text Example


Text Example

White with #9B0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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