Html Css Color HEX #9B005F Eggplant

📋 copy color: '#9B005F'

red 155 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #9B005F

Tints of Eggplant #9B005F

RGB

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

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

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

R = 62%
G = 0%
B = 38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B005F (or 0x9B005F) is known color: Eggplant. HEX triplet: 9B, 00 and 5F. RGB value is (155,0,95). Sum of RGB (Red+Green+Blue) = 155+0+95=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B005F is #64FFA0. Grayscale: #383838. Windows color (decimal): -6619041 or 6226075. OLE color: 6226075.

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

Color convert

RGB 155 0 95 -
CMYK 0 1 0.39 0.39
HSL 323.23º 1% 0.3% -
HSV(B) 323.23º 1% 0.61% -
XYZ 15.58 7.79 11.51 -
YUV 57.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 155 0 95 0 1 0.39 0.39 323.23 1 0.3
Hex 9B 0 5F 0 64 27 27 143 64 1E
Octal 233 0 137 0 144 47 47 503 144 36
Binary 10011011 0 1011111 0 1100100 100111 100111 101000011 1100100 11110

Color Harmonies of #9B005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B005F

Black with #9B005F

Text Example


Text Example

White with #9B005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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