Html Css Color HEX #9B0A6A Eggplant

📋 copy color: '#9B0A6A'

red 155 ◦ green 10 ◦ blue 106

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

Shades of Eggplant #9B0A6A

Tints of Eggplant #9B0A6A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.69%

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 57.2%
G = 3.69%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B0A6A (or 0x9B0A6A) is known color: Eggplant. HEX triplet: 9B, 0A and 6A. RGB value is (155,10,106). Sum of RGB (Red+Green+Blue) = 155+10+106=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0A6A is #64F595. Grayscale: #404040. Windows color (decimal): -6616470 or 6949531. OLE color: 6949531.

HSL color Cylindrical-coordinate representation of color #9B0A6A: hue angle of 320.28º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0A6A is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 10 106 -
CMYK 0 0.94 0.32 0.39
HSL 320.28º 0.88% 0.32% -
HSV(B) 320.28º 0.94% 0.61% -
XYZ 16.23 8.23 14.37 -
YUV 64.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 155 10 106 0 0.94 0.32 0.39 320.28 0.88 0.32
Hex 9B A 6A 0 5E 20 27 140 58 20
Octal 233 12 152 0 136 40 47 500 130 40
Binary 10011011 1010 1101010 0 1011110 100000 100111 101000000 1011000 100000

Color Harmonies of #9B0A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0A6A

Black with #9B0A6A

Text Example


Text Example

White with #9B0A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,10,106); }

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

background-color css

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

 a { background-color: rgb(155,10,106); }

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

border-color css

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

 span { border-color: rgb(155,10,106); }

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