Html Css Color HEX #9B0163 Eggplant

📋 copy color: '#9B0163'

red 155 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #9B0163

Tints of Eggplant #9B0163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.82%

R = 60.78%
G = 0.39%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B0163 (or 0x9B0163) is known color: Eggplant. HEX triplet: 9B, 01 and 63. RGB value is (155,1,99). Sum of RGB (Red+Green+Blue) = 155+1+99=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0163 is #64FE9C. Grayscale: #393939. Windows color (decimal): -6618781 or 6488475. OLE color: 6488475.

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

Color convert

RGB 155 1 99 -
CMYK 0 0.99 0.36 0.39
HSL 321.82º 0.99% 0.31% -
HSV(B) 321.82º 0.99% 0.61% -
XYZ 15.78 7.89 12.5 -
YUV 58.22 151.02 197.03 -
System Red Green Blue C M Y K H S L
Decimal 155 1 99 0 0.99 0.36 0.39 321.82 0.99 0.31
Hex 9B 1 63 0 63 24 27 142 63 1F
Octal 233 1 143 0 143 44 47 502 143 37
Binary 10011011 1 1100011 0 1100011 100100 100111 101000010 1100011 11111

Color Harmonies of #9B0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0163

Black with #9B0163

Text Example


Text Example

White with #9B0163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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