Html Css Color HEX #9F0565 Eggplant

📋 copy color: '#9F0565'

red 159 ◦ green 5 ◦ blue 101

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

Shades of Eggplant #9F0565

Tints of Eggplant #9F0565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 101 (39.84% from 255) = 38.11%

R = 60%
G = 1.89%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F0565 (or 0x9F0565) is known color: Eggplant. HEX triplet: 9F, 05 and 65. RGB value is (159,5,101). Sum of RGB (Red+Green+Blue) = 159+5+101=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0565 is #60FA9A. Grayscale: #3D3D3D. Windows color (decimal): -6355611 or 6620575. OLE color: 6620575.

HSL color Cylindrical-coordinate representation of color #9F0565: hue angle of 322.6º degrees, saturation: 0.94, 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 #9F0565 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 5 101 -
CMYK 0 0.97 0.36 0.38
HSL 322.6º 0.94% 0.32% -
HSV(B) 322.6º 0.97% 0.62% -
XYZ 16.7 8.42 13.06 -
YUV 61.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 159 5 101 0 0.97 0.36 0.38 322.6 0.94 0.32
Hex 9F 5 65 0 61 24 26 143 5E 20
Octal 237 5 145 0 141 44 46 503 136 40
Binary 10011111 101 1100101 0 1100001 100100 100110 101000011 1011110 100000

Color Harmonies of #9F0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0565

Black with #9F0565

Text Example


Text Example

White with #9F0565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,5,101); }

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

background-color css

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

 a { background-color: rgb(159,5,101); }

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

border-color css

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

 span { border-color: rgb(159,5,101); }

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