Html Css Color HEX #9F0065 Eggplant

📋 copy color: '#9F0065'

red 159 ◦ green 0 ◦ blue 101

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

Shades of Eggplant #9F0065

Tints of Eggplant #9F0065

RGB

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

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

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

R = 61.15%
G = 0%
B = 38.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F0065 (or 0x9F0065) is known color: Eggplant. HEX triplet: 9F, 00 and 65. RGB value is (159,0,101). Sum of RGB (Red+Green+Blue) = 159+0+101=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0065 is #60FF9A. Grayscale: #3A3A3A. Windows color (decimal): -6356891 or 6619295. OLE color: 6619295.

HSL color Cylindrical-coordinate representation of color #9F0065: hue angle of 321.89º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0065 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 0 101 -
CMYK 0 1 0.36 0.38
HSL 321.89º 1% 0.31% -
HSV(B) 321.89º 1% 0.62% -
XYZ 16.65 8.31 13.04 -
YUV 59.06 151.68 199.29 -
System Red Green Blue C M Y K H S L
Decimal 159 0 101 0 1 0.36 0.38 321.89 1 0.31
Hex 9F 0 65 0 64 24 26 142 64 1F
Octal 237 0 145 0 144 44 46 502 144 37
Binary 10011111 0 1100101 0 1100100 100100 100110 101000010 1100100 11111

Color Harmonies of #9F0065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0065

Black with #9F0065

Text Example


Text Example

White with #9F0065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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