Html Css Color HEX #9B0A6D Eggplant

📋 copy color: '#9B0A6D'

red 155 ◦ green 10 ◦ blue 109

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

Shades of Eggplant #9B0A6D

Tints of Eggplant #9B0A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.78%

R = 56.57%
G = 3.65%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B0A6D (or 0x9B0A6D) is known color: Eggplant. HEX triplet: 9B, 0A and 6D. RGB value is (155,10,109). Sum of RGB (Red+Green+Blue) = 155+10+109=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0A6D is #64F592. Grayscale: #404040. Windows color (decimal): -6616467 or 7146139. OLE color: 7146139.

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

Color convert

RGB 155 10 109 -
CMYK 0 0.94 0.30 0.39
HSL 319.03º 0.88% 0.32% -
HSV(B) 319.03º 0.94% 0.61% -
XYZ 16.39 8.29 15.2 -
YUV 64.64 153.04 192.45 -
System Red Green Blue C M Y K H S L
Decimal 155 10 109 0 0.94 0.30 0.39 319.03 0.88 0.32
Hex 9B A 6D 0 5E 1E 27 13F 58 20
Octal 233 12 155 0 136 36 47 477 130 40
Binary 10011011 1010 1101101 0 1011110 11110 100111 100111111 1011000 100000

Color Harmonies of #9B0A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0A6D

Black with #9B0A6D

Text Example


Text Example

White with #9B0A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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