Html Css Color HEX #9B015B Eggplant

📋 copy color: '#9B015B'

red 155 ◦ green 1 ◦ blue 91

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

Shades of Eggplant #9B015B

Tints of Eggplant #9B015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.84%

R = 62.75%
G = 0.4%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B015B (or 0x9B015B) is known color: Eggplant. HEX triplet: 9B, 01 and 5B. RGB value is (155,1,91). Sum of RGB (Red+Green+Blue) = 155+1+91=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B015B is #64FEA4. Grayscale: #393939. Windows color (decimal): -6618789 or 5964187. OLE color: 5964187.

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

Color convert

RGB 155 1 91 -
CMYK 0 0.99 0.41 0.39
HSL 324.94º 0.99% 0.31% -
HSV(B) 324.94º 0.99% 0.61% -
XYZ 15.42 7.75 10.58 -
YUV 57.31 147.02 197.68 -
System Red Green Blue C M Y K H S L
Decimal 155 1 91 0 0.99 0.41 0.39 324.94 0.99 0.31
Hex 9B 1 5B 0 63 29 27 145 63 1F
Octal 233 1 133 0 143 51 47 505 143 37
Binary 10011011 1 1011011 0 1100011 101001 100111 101000101 1100011 11111

Color Harmonies of #9B015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B015B

Black with #9B015B

Text Example


Text Example

White with #9B015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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