Html Css Color HEX #9F6ACE Amethyst

📋 copy color: '#9F6ACE'

red 159 ◦ green 106 ◦ blue 206

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

Shades of Amethyst #9F6ACE

Tints of Amethyst #9F6ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 33.76%
G = 22.51%
B = 43.74%

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

#9F6ACE (or 0x9F6ACE) is known color: Amethyst. HEX triplet: 9F, 6A and CE. RGB value is (159,106,206). Sum of RGB (Red+Green+Blue) = 159+106+206=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F6ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ACE is #609531. Grayscale: #848484. Windows color (decimal): -6329650 or 13527711. OLE color: 13527711.

HSL color Cylindrical-coordinate representation of color #9F6ACE: hue angle of 271.8º 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 #9F6ACE is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 106 206 -
CMYK 0.23 0.49 0 0.19
HSL 271.8º 0.51% 0.61% -
HSV(B) 271.8º 0.49% 0.81% -
XYZ 30.59 22.14 61.05 -
YUV 133.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 159 106 206 0.23 0.49 0 0.19 271.8 0.51 0.61
Hex 9F 6A CE 17 31 0 13 110 33 3D
Octal 237 152 316 27 61 0 23 420 63 75
Binary 10011111 1101010 11001110 10111 110001 0 10011 100010000 110011 111101

Color Harmonies of #9F6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6ACE

Black with #9F6ACE

Text Example


Text Example

White with #9F6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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