Html Css Color HEX #9A1075 Eggplant

📋 copy color: '#9A1075'

red 154 ◦ green 16 ◦ blue 117

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

Shades of Eggplant #9A1075

Tints of Eggplant #9A1075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 53.66%
G = 5.57%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#9A1075 (or 0x9A1075) is known color: Eggplant. HEX triplet: 9A, 10 and 75. RGB value is (154,16,117). Sum of RGB (Red+Green+Blue) = 154+16+117=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1075 is #65EF8A. Grayscale: #444444. Windows color (decimal): -6680459 or 7671962. OLE color: 7671962.

HSL color Cylindrical-coordinate representation of color #9A1075: hue angle of 316.09º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1075 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 16 117 -
CMYK 0 0.90 0.24 0.40
HSL 316.09º 0.81% 0.33% -
HSV(B) 316.09º 0.9% 0.6% -
XYZ 16.72 8.52 17.59 -
YUV 68.78 155.22 188.79 -
System Red Green Blue C M Y K H S L
Decimal 154 16 117 0 0.90 0.24 0.40 316.09 0.81 0.33
Hex 9A 10 75 0 5A 18 28 13C 51 21
Octal 232 20 165 0 132 30 50 474 121 41
Binary 10011010 10000 1110101 0 1011010 11000 101000 100111100 1010001 100001

Color Harmonies of #9A1075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1075

Black with #9A1075

Text Example


Text Example

White with #9A1075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,16,117); }

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

background-color css

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

 a { background-color: rgb(154,16,117); }

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

border-color css

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

 span { border-color: rgb(154,16,117); }

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