Html Css Color HEX #9A007B Eggplant

📋 copy color: '#9A007B'

red 154 ◦ green 0 ◦ blue 123

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

Shades of Eggplant #9A007B

Tints of Eggplant #9A007B

RGB

 RED value IS 154 (60.55% from 255) = 55.6%

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

 BLUE value IS 123 (48.44% from 255) = 44.4%

R = 55.6%
G = 0%
B = 44.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#9A007B (or 0x9A007B) is known color: Eggplant. HEX triplet: 9A, 00 and 7B. RGB value is (154,0,123). Sum of RGB (Red+Green+Blue) = 154+0+123=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A007B is #65FF84. Grayscale: #3B3B3B. Windows color (decimal): -6684549 or 8061082. OLE color: 8061082.

HSL color Cylindrical-coordinate representation of color #9A007B: hue angle of 312.08º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A007B is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 0 123 -
CMYK 0 1 0.20 0.40
HSL 312.08º 1% 0.3% -
HSV(B) 312.08º 1% 0.6% -
XYZ 16.9 8.3 19.45 -
YUV 60.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 154 0 123 0 1 0.20 0.40 312.08 1 0.3
Hex 9A 0 7B 0 64 14 28 138 64 1E
Octal 232 0 173 0 144 24 50 470 144 36
Binary 10011010 0 1111011 0 1100100 10100 101000 100111000 1100100 11110

Color Harmonies of #9A007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A007B

Black with #9A007B

Text Example


Text Example

White with #9A007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,0,123); }

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

background-color css

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

 a { background-color: rgb(154,0,123); }

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

border-color css

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

 span { border-color: rgb(154,0,123); }

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