Html Css Color HEX #9F6DD5 Amethyst

📋 copy color: '#9F6DD5'

red 159 ◦ green 109 ◦ blue 213

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

Shades of Amethyst #9F6DD5

Tints of Amethyst #9F6DD5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.66%

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 33.06%
G = 22.66%
B = 44.28%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F6DD5 (or 0x9F6DD5) is known color: Amethyst. HEX triplet: 9F, 6D and D5. RGB value is (159,109,213). Sum of RGB (Red+Green+Blue) = 159+109+213=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #9F6DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6DD5 is #60922A. Grayscale: #878787. Windows color (decimal): -6328875 or 13987231. OLE color: 13987231.

HSL color Cylindrical-coordinate representation of color #9F6DD5: hue angle of 268.85º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F6DD5 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 109 213 -
CMYK 0.25 0.49 0 0.16
HSL 268.85º 0.55% 0.63% -
HSV(B) 268.85º 0.49% 0.84% -
XYZ 31.78 23.11 65.74 -
YUV 135.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 159 109 213 0.25 0.49 0 0.16 268.85 0.55 0.63
Hex 9F 6D D5 19 31 0 10 10D 37 3F
Octal 237 155 325 31 61 0 20 415 67 77
Binary 10011111 1101101 11010101 11001 110001 0 10000 100001101 110111 111111

Color Harmonies of #9F6DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6DD5

Black with #9F6DD5

Text Example


Text Example

White with #9F6DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,109,213); }

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

background-color css

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

 a { background-color: rgb(159,109,213); }

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

border-color css

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

 span { border-color: rgb(159,109,213); }

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