Html Css Color HEX #9B017A Eggplant

📋 copy color: '#9B017A'

red 155 ◦ green 1 ◦ blue 122

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

Shades of Eggplant #9B017A

Tints of Eggplant #9B017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.88%

R = 55.76%
G = 0.36%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B017A (or 0x9B017A) is known color: Eggplant. HEX triplet: 9B, 01 and 7A. RGB value is (155,1,122). Sum of RGB (Red+Green+Blue) = 155+1+122=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B017A is #64FE85. Grayscale: #3C3C3C. Windows color (decimal): -6618758 or 7995803. OLE color: 7995803.

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

Color convert

RGB 155 1 122 -
CMYK 0 0.99 0.21 0.39
HSL 312.86º 0.99% 0.31% -
HSV(B) 312.86º 0.99% 0.61% -
XYZ 17.04 8.4 19.13 -
YUV 60.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 155 1 122 0 0.99 0.21 0.39 312.86 0.99 0.31
Hex 9B 1 7A 0 63 15 27 139 63 1F
Octal 233 1 172 0 143 25 47 471 143 37
Binary 10011011 1 1111010 0 1100011 10101 100111 100111001 1100011 11111

Color Harmonies of #9B017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B017A

Black with #9B017A

Text Example


Text Example

White with #9B017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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