Html Css Color HEX #9F63DF Amethyst

📋 copy color: '#9F63DF'

red 159 ◦ green 99 ◦ blue 223

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

Shades of Amethyst #9F63DF

Tints of Amethyst #9F63DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.58%

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

R = 33.06%
G = 20.58%
B = 46.36%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F63DF (or 0x9F63DF) is known color: Amethyst. HEX triplet: 9F, 63 and DF. RGB value is (159,99,223). Sum of RGB (Red+Green+Blue) = 159+99+223=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F63DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F63DF is #609C20. Grayscale: #828282. Windows color (decimal): -6331425 or 14640031. OLE color: 14640031.

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

Color convert

RGB 159 99 223 -
CMYK 0.29 0.56 0 0.13
HSL 269.03º 0.66% 0.63% -
HSV(B) 269.03º 0.56% 0.87% -
XYZ 32.08 21.62 72.29 -
YUV 131.08 179.88 147.92 -
System Red Green Blue C M Y K H S L
Decimal 159 99 223 0.29 0.56 0 0.13 269.03 0.66 0.63
Hex 9F 63 DF 1D 38 0 D 10D 42 3F
Octal 237 143 337 35 70 0 15 415 102 77
Binary 10011111 1100011 11011111 11101 111000 0 1101 100001101 1000010 111111

Color Harmonies of #9F63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F63DF

Black with #9F63DF

Text Example


Text Example

White with #9F63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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