Html Css Color HEX #9F5DCF Amethyst

📋 copy color: '#9F5DCF'

red 159 ◦ green 93 ◦ blue 207

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

Shades of Amethyst #9F5DCF

Tints of Amethyst #9F5DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.26%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 34.64%
G = 20.26%
B = 45.1%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F5DCF (or 0x9F5DCF) is known color: Amethyst. HEX triplet: 9F, 5D and CF. RGB value is (159,93,207). Sum of RGB (Red+Green+Blue) = 159+93+207=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F5DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DCF is #60A230. Grayscale: #7D7D7D. Windows color (decimal): -6332977 or 13589919. OLE color: 13589919.

HSL color Cylindrical-coordinate representation of color #9F5DCF: hue angle of 274.74º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F5DCF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 93 207 -
CMYK 0.23 0.55 0 0.19
HSL 274.74º 0.54% 0.59% -
HSV(B) 274.74º 0.55% 0.81% -
XYZ 29.47 19.7 61.28 -
YUV 125.73 173.87 151.73 -
System Red Green Blue C M Y K H S L
Decimal 159 93 207 0.23 0.55 0 0.19 274.74 0.54 0.59
Hex 9F 5D CF 17 37 0 13 113 36 3B
Octal 237 135 317 27 67 0 23 423 66 73
Binary 10011111 1011101 11001111 10111 110111 0 10011 100010011 110110 111011

Color Harmonies of #9F5DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5DCF

Black with #9F5DCF

Text Example


Text Example

White with #9F5DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,93,207); }

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

background-color css

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

 a { background-color: rgb(159,93,207); }

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

border-color css

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

 span { border-color: rgb(159,93,207); }

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