Html Css Color HEX #9A066B Eggplant

📋 copy color: '#9A066B'

red 154 ◦ green 6 ◦ blue 107

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

Shades of Eggplant #9A066B

Tints of Eggplant #9A066B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 57.68%
G = 2.25%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#9A066B (or 0x9A066B) is known color: Eggplant. HEX triplet: 9A, 06 and 6B. RGB value is (154,6,107). Sum of RGB (Red+Green+Blue) = 154+6+107=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A066B is #65F994. Grayscale: #3D3D3D. Windows color (decimal): -6683029 or 7014042. OLE color: 7014042.

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

Color convert

RGB 154 6 107 -
CMYK 0 0.96 0.31 0.40
HSL 319.05º 0.93% 0.31% -
HSV(B) 319.05º 0.96% 0.6% -
XYZ 16.05 8.06 14.62 -
YUV 61.77 153.53 193.79 -
System Red Green Blue C M Y K H S L
Decimal 154 6 107 0 0.96 0.31 0.40 319.05 0.93 0.31
Hex 9A 6 6B 0 60 1F 28 13F 5C 1F
Octal 232 6 153 0 140 37 50 477 134 37
Binary 10011010 110 1101011 0 1100000 11111 101000 100111111 1011100 11111

Color Harmonies of #9A066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A066B

Black with #9A066B

Text Example


Text Example

White with #9A066B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,6,107); }

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

background-color css

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

 a { background-color: rgb(154,6,107); }

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

border-color css

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

 span { border-color: rgb(154,6,107); }

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