Html Css Color HEX #9B0169 Eggplant

📋 copy color: '#9B0169'

red 155 ◦ green 1 ◦ blue 105

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

Shades of Eggplant #9B0169

Tints of Eggplant #9B0169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 105 (41.41% from 255) = 40.23%

R = 59.39%
G = 0.38%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B0169 (or 0x9B0169) is known color: Eggplant. HEX triplet: 9B, 01 and 69. RGB value is (155,1,105). Sum of RGB (Red+Green+Blue) = 155+1+105=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0169 is #64FE96. Grayscale: #3A3A3A. Windows color (decimal): -6618775 or 6881691. OLE color: 6881691.

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

Color convert

RGB 155 1 105 -
CMYK 0 0.99 0.32 0.39
HSL 319.48º 0.99% 0.31% -
HSV(B) 319.48º 0.99% 0.61% -
XYZ 16.08 8.01 14.06 -
YUV 58.9 154.02 196.54 -
System Red Green Blue C M Y K H S L
Decimal 155 1 105 0 0.99 0.32 0.39 319.48 0.99 0.31
Hex 9B 1 69 0 63 20 27 13F 63 1F
Octal 233 1 151 0 143 40 47 477 143 37
Binary 10011011 1 1101001 0 1100011 100000 100111 100111111 1100011 11111

Color Harmonies of #9B0169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0169

Black with #9B0169

Text Example


Text Example

White with #9B0169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,1,105); }

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

background-color css

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

 a { background-color: rgb(155,1,105); }

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

border-color css

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

 span { border-color: rgb(155,1,105); }

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