Html Css Color HEX #9A0069 Eggplant

📋 copy color: '#9A0069'

red 154 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #9A0069

Tints of Eggplant #9A0069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 59.46%
G = 0%
B = 40.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#9A0069 (or 0x9A0069) is known color: Eggplant. HEX triplet: 9A, 00 and 69. RGB value is (154,0,105). Sum of RGB (Red+Green+Blue) = 154+0+105=259 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.46% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0069 is #65FF96. Grayscale: #393939. Windows color (decimal): -6684567 or 6881434. OLE color: 6881434.

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

Color convert

RGB 154 0 105 -
CMYK 0 1 0.32 0.40
HSL 319.09º 1% 0.3% -
HSV(B) 319.09º 1% 0.6% -
XYZ 15.88 7.89 14.05 -
YUV 58.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 154 0 105 0 1 0.32 0.40 319.09 1 0.3
Hex 9A 0 69 0 64 20 28 13F 64 1E
Octal 232 0 151 0 144 40 50 477 144 36
Binary 10011010 0 1101001 0 1100100 100000 101000 100111111 1100100 11110

Color Harmonies of #9A0069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0069

Black with #9A0069

Text Example


Text Example

White with #9A0069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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