Html Css Color HEX #9B106C Eggplant

📋 copy color: '#9B106C'

red 155 ◦ green 16 ◦ blue 108

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

Shades of Eggplant #9B106C

Tints of Eggplant #9B106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

 BLUE value IS 108 (42.58% from 255) = 38.71%

R = 55.56%
G = 5.73%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B106C (or 0x9B106C) is known color: Eggplant. HEX triplet: 9B, 10 and 6C. RGB value is (155,16,108). Sum of RGB (Red+Green+Blue) = 155+16+108=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B106C is #64EF93. Grayscale: #434343. Windows color (decimal): -6614932 or 7082139. OLE color: 7082139.

HSL color Cylindrical-coordinate representation of color #9B106C: hue angle of 320.29º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B106C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 16 108 -
CMYK 0 0.90 0.30 0.39
HSL 320.29º 0.81% 0.34% -
HSV(B) 320.29º 0.9% 0.61% -
XYZ 16.41 8.42 14.95 -
YUV 68.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 155 16 108 0 0.90 0.30 0.39 320.29 0.81 0.34
Hex 9B 10 6C 0 5A 1E 27 140 51 22
Octal 233 20 154 0 132 36 47 500 121 42
Binary 10011011 10000 1101100 0 1011010 11110 100111 101000000 1010001 100010

Color Harmonies of #9B106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B106C

Black with #9B106C

Text Example


Text Example

White with #9B106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,16,108); }

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

background-color css

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

 a { background-color: rgb(155,16,108); }

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

border-color css

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

 span { border-color: rgb(155,16,108); }

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