Html Css Color HEX #9B027D Eggplant

📋 copy color: '#9B027D'

red 155 ◦ green 2 ◦ blue 125

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

Shades of Eggplant #9B027D

Tints of Eggplant #9B027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 54.96%
G = 0.71%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B027D (or 0x9B027D) is known color: Eggplant. HEX triplet: 9B, 02 and 7D. RGB value is (155,2,125). Sum of RGB (Red+Green+Blue) = 155+2+125=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B027D is #64FD82. Grayscale: #3D3D3D. Windows color (decimal): -6618499 or 8192667. OLE color: 8192667.

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

Color convert

RGB 155 2 125 -
CMYK 0 0.99 0.19 0.39
HSL 311.76º 0.97% 0.31% -
HSV(B) 311.76º 0.99% 0.61% -
XYZ 17.24 8.49 20.13 -
YUV 61.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 155 2 125 0 0.99 0.19 0.39 311.76 0.97 0.31
Hex 9B 2 7D 0 63 13 27 138 61 1F
Octal 233 2 175 0 143 23 47 470 141 37
Binary 10011011 10 1111101 0 1100011 10011 100111 100111000 1100001 11111

Color Harmonies of #9B027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B027D

Black with #9B027D

Text Example


Text Example

White with #9B027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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