Html Css Color HEX #9A0675 Eggplant

📋 copy color: '#9A0675'

red 154 ◦ green 6 ◦ blue 117

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

Shades of Eggplant #9A0675

Tints of Eggplant #9A0675

RGB

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

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

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

R = 55.6%
G = 2.17%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#9A0675 (or 0x9A0675) is known color: Eggplant. HEX triplet: 9A, 06 and 75. RGB value is (154,6,117). Sum of RGB (Red+Green+Blue) = 154+6+117=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0675 is #65F98A. Grayscale: #3E3E3E. Windows color (decimal): -6683019 or 7669402. OLE color: 7669402.

HSL color Cylindrical-coordinate representation of color #9A0675: hue angle of 315º 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 #9A0675 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 6 117 -
CMYK 0 0.96 0.24 0.40
HSL 315º 0.93% 0.31% -
HSV(B) 315º 0.96% 0.6% -
XYZ 16.6 8.28 17.55 -
YUV 62.91 158.53 192.97 -
System Red Green Blue C M Y K H S L
Decimal 154 6 117 0 0.96 0.24 0.40 315 0.93 0.31
Hex 9A 6 75 0 60 18 28 13B 5C 1F
Octal 232 6 165 0 140 30 50 473 134 37
Binary 10011010 110 1110101 0 1100000 11000 101000 100111011 1011100 11111

Color Harmonies of #9A0675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0675

Black with #9A0675

Text Example


Text Example

White with #9A0675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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