Html Css Color HEX #9B017C Eggplant

📋 copy color: '#9B017C'

red 155 ◦ green 1 ◦ blue 124

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

Shades of Eggplant #9B017C

Tints of Eggplant #9B017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 55.36%
G = 0.36%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B017C (or 0x9B017C) is known color: Eggplant. HEX triplet: 9B, 01 and 7C. RGB value is (155,1,124). Sum of RGB (Red+Green+Blue) = 155+1+124=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B017C is #64FE83. Grayscale: #3C3C3C. Windows color (decimal): -6618756 or 8126875. OLE color: 8126875.

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

Color convert

RGB 155 1 124 -
CMYK 0 0.99 0.2 0.39
HSL 312.08º 0.99% 0.31% -
HSV(B) 312.08º 0.99% 0.61% -
XYZ 17.17 8.45 19.79 -
YUV 61.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 155 1 124 0 0.99 0.2 0.39 312.08 0.99 0.31
Hex 9B 1 7C 0 63 14 27 138 63 1F
Octal 233 1 174 0 143 24 47 470 143 37
Binary 10011011 1 1111100 0 1100011 10100 100111 100111000 1100011 11111

Color Harmonies of #9B017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B017C

Black with #9B017C

Text Example


Text Example

White with #9B017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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