Html Css Color HEX #9B055F Eggplant

📋 copy color: '#9B055F'

red 155 ◦ green 5 ◦ blue 95

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

Shades of Eggplant #9B055F

Tints of Eggplant #9B055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 60.78%
G = 1.96%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B055F (or 0x9B055F) is known color: Eggplant. HEX triplet: 9B, 05 and 5F. RGB value is (155,5,95). Sum of RGB (Red+Green+Blue) = 155+5+95=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B055F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B055F is #64FAA0. Grayscale: #3B3B3B. Windows color (decimal): -6617761 or 6227355. OLE color: 6227355.

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

Color convert

RGB 155 5 95 -
CMYK 0 0.97 0.39 0.39
HSL 324º 0.94% 0.31% -
HSV(B) 324º 0.97% 0.61% -
XYZ 15.64 7.9 11.53 -
YUV 60.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 155 5 95 0 0.97 0.39 0.39 324 0.94 0.31
Hex 9B 5 5F 0 61 27 27 144 5E 1F
Octal 233 5 137 0 141 47 47 504 136 37
Binary 10011011 101 1011111 0 1100001 100111 100111 101000100 1011110 11111

Color Harmonies of #9B055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B055F

Black with #9B055F

Text Example


Text Example

White with #9B055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,5,95); }

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

background-color css

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

 a { background-color: rgb(155,5,95); }

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

border-color css

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

 span { border-color: rgb(155,5,95); }

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