Html Css Color HEX #9B016C Eggplant

📋 copy color: '#9B016C'

red 155 ◦ green 1 ◦ blue 108

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

Shades of Eggplant #9B016C

Tints of Eggplant #9B016C

RGB

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

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

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

R = 58.71%
G = 0.38%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B016C (or 0x9B016C) is known color: Eggplant. HEX triplet: 9B, 01 and 6C. RGB value is (155,1,108). Sum of RGB (Red+Green+Blue) = 155+1+108=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B016C is #64FE93. Grayscale: #3A3A3A. Windows color (decimal): -6618772 or 7078299. OLE color: 7078299.

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

Color convert

RGB 155 1 108 -
CMYK 0 0.99 0.30 0.39
HSL 318.31º 0.99% 0.31% -
HSV(B) 318.31º 0.99% 0.61% -
XYZ 16.24 8.07 14.89 -
YUV 59.24 155.52 196.3 -
System Red Green Blue C M Y K H S L
Decimal 155 1 108 0 0.99 0.30 0.39 318.31 0.99 0.31
Hex 9B 1 6C 0 63 1E 27 13E 63 1F
Octal 233 1 154 0 143 36 47 476 143 37
Binary 10011011 1 1101100 0 1100011 11110 100111 100111110 1100011 11111

Color Harmonies of #9B016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B016C

Black with #9B016C

Text Example


Text Example

White with #9B016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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