Html Css Color HEX #9B0260 Eggplant

📋 copy color: '#9B0260'

red 155 ◦ green 2 ◦ blue 96

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

Shades of Eggplant #9B0260

Tints of Eggplant #9B0260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.94%

R = 61.26%
G = 0.79%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B0260 (or 0x9B0260) is known color: Eggplant. HEX triplet: 9B, 02 and 60. RGB value is (155,2,96). Sum of RGB (Red+Green+Blue) = 155+2+96=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0260 is #64FD9F. Grayscale: #3A3A3A. Windows color (decimal): -6618528 or 6292123. OLE color: 6292123.

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

Color convert

RGB 155 2 96 -
CMYK 0 0.99 0.38 0.39
HSL 323.14º 0.97% 0.31% -
HSV(B) 323.14º 0.99% 0.61% -
XYZ 15.65 7.86 11.76 -
YUV 58.46 149.19 196.86 -
System Red Green Blue C M Y K H S L
Decimal 155 2 96 0 0.99 0.38 0.39 323.14 0.97 0.31
Hex 9B 2 60 0 63 26 27 143 61 1F
Octal 233 2 140 0 143 46 47 503 141 37
Binary 10011011 10 1100000 0 1100011 100110 100111 101000011 1100001 11111

Color Harmonies of #9B0260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0260

Black with #9B0260

Text Example


Text Example

White with #9B0260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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