Html Css Color HEX #9B005A Eggplant

📋 copy color: '#9B005A'

red 155 ◦ green 0 ◦ blue 90

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

Shades of Eggplant #9B005A

Tints of Eggplant #9B005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 63.27%
G = 0%
B = 36.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B005A (or 0x9B005A) is known color: Eggplant. HEX triplet: 9B, 00 and 5A. RGB value is (155,0,90). Sum of RGB (Red+Green+Blue) = 155+0+90=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B005A is #64FFA5. Grayscale: #383838. Windows color (decimal): -6619046 or 5898395. OLE color: 5898395.

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

Color convert

RGB 155 0 90 -
CMYK 0 1 0.42 0.39
HSL 325.16º 1% 0.3% -
HSV(B) 325.16º 1% 0.61% -
XYZ 15.36 7.71 10.35 -
YUV 56.61 146.85 198.18 -
System Red Green Blue C M Y K H S L
Decimal 155 0 90 0 1 0.42 0.39 325.16 1 0.3
Hex 9B 0 5A 0 64 2A 27 145 64 1E
Octal 233 0 132 0 144 52 47 505 144 36
Binary 10011011 0 1011010 0 1100100 101010 100111 101000101 1100100 11110

Color Harmonies of #9B005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B005A

Black with #9B005A

Text Example


Text Example

White with #9B005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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