Html Css Color HEX #9F64DF Amethyst

📋 copy color: '#9F64DF'

red 159 ◦ green 100 ◦ blue 223

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

Shades of Amethyst #9F64DF

Tints of Amethyst #9F64DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.75%

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 32.99%
G = 20.75%
B = 46.27%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F64DF (or 0x9F64DF) is known color: Amethyst. HEX triplet: 9F, 64 and DF. RGB value is (159,100,223). Sum of RGB (Red+Green+Blue) = 159+100+223=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F64DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F64DF is #609B20. Grayscale: #838383. Windows color (decimal): -6331169 or 14640287. OLE color: 14640287.

HSL color Cylindrical-coordinate representation of color #9F64DF: hue angle of 268.78º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F64DF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 100 223 -
CMYK 0.29 0.55 0 0.13
HSL 268.78º 0.66% 0.63% -
HSV(B) 268.78º 0.55% 0.87% -
XYZ 32.17 21.81 72.33 -
YUV 131.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 159 100 223 0.29 0.55 0 0.13 268.78 0.66 0.63
Hex 9F 64 DF 1D 37 0 D 10D 42 3F
Octal 237 144 337 35 67 0 15 415 102 77
Binary 10011111 1100100 11011111 11101 110111 0 1101 100001101 1000010 111111

Color Harmonies of #9F64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F64DF

Black with #9F64DF

Text Example


Text Example

White with #9F64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,223); }

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

background-color css

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

 a { background-color: rgb(159,100,223); }

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

border-color css

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

 span { border-color: rgb(159,100,223); }

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