Html Css Color HEX #9B005C Eggplant

📋 copy color: '#9B005C'

red 155 ◦ green 0 ◦ blue 92

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

Shades of Eggplant #9B005C

Tints of Eggplant #9B005C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 92 (36.33% from 255) = 37.25%

R = 62.75%
G = 0%
B = 37.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B005C (or 0x9B005C) is known color: Eggplant. HEX triplet: 9B, 00 and 5C. RGB value is (155,0,92). Sum of RGB (Red+Green+Blue) = 155+0+92=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B005C is #64FFA3. Grayscale: #383838. Windows color (decimal): -6619044 or 6029467. OLE color: 6029467.

HSL color Cylindrical-coordinate representation of color #9B005C: hue angle of 324.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B005C is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 0 92 -
CMYK 0 1 0.41 0.39
HSL 324.39º 1% 0.3% -
HSV(B) 324.39º 1% 0.61% -
XYZ 15.45 7.74 10.81 -
YUV 56.83 147.85 198.02 -
System Red Green Blue C M Y K H S L
Decimal 155 0 92 0 1 0.41 0.39 324.39 1 0.3
Hex 9B 0 5C 0 64 29 27 144 64 1E
Octal 233 0 134 0 144 51 47 504 144 36
Binary 10011011 0 1011100 0 1100100 101001 100111 101000100 1100100 11110

Color Harmonies of #9B005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B005C

Black with #9B005C

Text Example


Text Example

White with #9B005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,92); }

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

background-color css

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

 a { background-color: rgb(155,0,92); }

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

border-color css

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

 span { border-color: rgb(155,0,92); }

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