Html Css Color HEX #9F0469 Eggplant

📋 copy color: '#9F0469'

red 159 ◦ green 4 ◦ blue 105

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

Shades of Eggplant #9F0469

Tints of Eggplant #9F0469

RGB

 RED value IS 159 (62.5% from 255) = 59.33%

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 59.33%
G = 1.49%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F0469 (or 0x9F0469) is known color: Eggplant. HEX triplet: 9F, 04 and 69. RGB value is (159,4,105). Sum of RGB (Red+Green+Blue) = 159+4+105=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0469 is #60FB96. Grayscale: #3D3D3D. Windows color (decimal): -6355863 or 6882463. OLE color: 6882463.

HSL color Cylindrical-coordinate representation of color #9F0469: hue angle of 320.9º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0469 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 4 105 -
CMYK 0 0.97 0.34 0.38
HSL 320.9º 0.95% 0.32% -
HSV(B) 320.9º 0.97% 0.62% -
XYZ 16.89 8.48 14.11 -
YUV 61.86 152.35 197.29 -
System Red Green Blue C M Y K H S L
Decimal 159 4 105 0 0.97 0.34 0.38 320.9 0.95 0.32
Hex 9F 4 69 0 61 22 26 141 5F 20
Octal 237 4 151 0 141 42 46 501 137 40
Binary 10011111 100 1101001 0 1100001 100010 100110 101000001 1011111 100000

Color Harmonies of #9F0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0469

Black with #9F0469

Text Example


Text Example

White with #9F0469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,4,105); }

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

background-color css

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

 a { background-color: rgb(159,4,105); }

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

border-color css

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

 span { border-color: rgb(159,4,105); }

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