Html Css Color HEX #9B0D70 Eggplant

📋 copy color: '#9B0D70'

red 155 ◦ green 13 ◦ blue 112

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

Shades of Eggplant #9B0D70

Tints of Eggplant #9B0D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.64%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 55.36%
G = 4.64%
B = 40%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B0D70 (or 0x9B0D70) is known color: Eggplant. HEX triplet: 9B, 0D and 70. RGB value is (155,13,112). Sum of RGB (Red+Green+Blue) = 155+13+112=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0D70 is #64F28F. Grayscale: #424242. Windows color (decimal): -6615696 or 7343515. OLE color: 7343515.

HSL color Cylindrical-coordinate representation of color #9B0D70: hue angle of 318.17º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0D70 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 13 112 -
CMYK 0 0.92 0.28 0.39
HSL 318.17º 0.85% 0.33% -
HSV(B) 318.17º 0.92% 0.61% -
XYZ 16.59 8.43 16.08 -
YUV 66.74 153.54 190.95 -
System Red Green Blue C M Y K H S L
Decimal 155 13 112 0 0.92 0.28 0.39 318.17 0.85 0.33
Hex 9B D 70 0 5C 1C 27 13E 55 21
Octal 233 15 160 0 134 34 47 476 125 41
Binary 10011011 1101 1110000 0 1011100 11100 100111 100111110 1010101 100001

Color Harmonies of #9B0D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0D70

Black with #9B0D70

Text Example


Text Example

White with #9B0D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,13,112); }

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

background-color css

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

 a { background-color: rgb(155,13,112); }

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

border-color css

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

 span { border-color: rgb(155,13,112); }

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