Html Css Color HEX #9F6ACF Amethyst

📋 copy color: '#9F6ACF'

red 159 ◦ green 106 ◦ blue 207

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

Shades of Amethyst #9F6ACF

Tints of Amethyst #9F6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

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

R = 33.69%
G = 22.46%
B = 43.86%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F6ACF (or 0x9F6ACF) is known color: Amethyst. HEX triplet: 9F, 6A and CF. RGB value is (159,106,207). Sum of RGB (Red+Green+Blue) = 159+106+207=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F6ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ACF is #609530. Grayscale: #858585. Windows color (decimal): -6329649 or 13593247. OLE color: 13593247.

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

Color convert

RGB 159 106 207 -
CMYK 0.23 0.49 0 0.19
HSL 271.49º 0.51% 0.61% -
HSV(B) 271.49º 0.49% 0.81% -
XYZ 30.71 22.18 61.69 -
YUV 133.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 159 106 207 0.23 0.49 0 0.19 271.49 0.51 0.61
Hex 9F 6A CF 17 31 0 13 10F 33 3D
Octal 237 152 317 27 61 0 23 417 63 75
Binary 10011111 1101010 11001111 10111 110001 0 10011 100001111 110011 111101

Color Harmonies of #9F6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6ACF

Black with #9F6ACF

Text Example


Text Example

White with #9F6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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