Html Css Color HEX #9B007D Eggplant

📋 copy color: '#9B007D'

red 155 ◦ green 0 ◦ blue 125

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

Shades of Eggplant #9B007D

Tints of Eggplant #9B007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.64%

R = 55.36%
G = 0%
B = 44.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B007D (or 0x9B007D) is known color: Eggplant. HEX triplet: 9B, 00 and 7D. RGB value is (155,0,125). Sum of RGB (Red+Green+Blue) = 155+0+125=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B007D is #64FF82. Grayscale: #3C3C3C. Windows color (decimal): -6619011 or 8192155. OLE color: 8192155.

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

Color convert

RGB 155 0 125 -
CMYK 0 1 0.19 0.39
HSL 311.61º 1% 0.3% -
HSV(B) 311.61º 1% 0.61% -
XYZ 17.22 8.45 20.13 -
YUV 60.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 155 0 125 0 1 0.19 0.39 311.61 1 0.3
Hex 9B 0 7D 0 64 13 27 138 64 1E
Octal 233 0 175 0 144 23 47 470 144 36
Binary 10011011 0 1111101 0 1100100 10011 100111 100111000 1100100 11110

Color Harmonies of #9B007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B007D

Black with #9B007D

Text Example


Text Example

White with #9B007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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