Html Css Color HEX #9B0165 Eggplant

📋 copy color: '#9B0165'

red 155 ◦ green 1 ◦ blue 101

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

Shades of Eggplant #9B0165

Tints of Eggplant #9B0165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.3%

R = 60.31%
G = 0.39%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B0165 (or 0x9B0165) is known color: Eggplant. HEX triplet: 9B, 01 and 65. RGB value is (155,1,101). Sum of RGB (Red+Green+Blue) = 155+1+101=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0165 is #64FE9A. Grayscale: #3A3A3A. Windows color (decimal): -6618779 or 6619547. OLE color: 6619547.

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

Color convert

RGB 155 1 101 -
CMYK 0 0.99 0.35 0.39
HSL 321.04º 0.99% 0.31% -
HSV(B) 321.04º 0.99% 0.61% -
XYZ 15.88 7.93 13.01 -
YUV 58.45 152.02 196.87 -
System Red Green Blue C M Y K H S L
Decimal 155 1 101 0 0.99 0.35 0.39 321.04 0.99 0.31
Hex 9B 1 65 0 63 23 27 141 63 1F
Octal 233 1 145 0 143 43 47 501 143 37
Binary 10011011 1 1100101 0 1100011 100011 100111 101000001 1100011 11111

Color Harmonies of #9B0165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0165

Black with #9B0165

Text Example


Text Example

White with #9B0165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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