Html Css Color HEX #9F6ECF Amethyst

📋 copy color: '#9F6ECF'

red 159 ◦ green 110 ◦ blue 207

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

Shades of Amethyst #9F6ECF

Tints of Amethyst #9F6ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.11%

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

R = 33.4%
G = 23.11%
B = 43.49%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F6ECF (or 0x9F6ECF) is known color: Amethyst. HEX triplet: 9F, 6E and CF. RGB value is (159,110,207). Sum of RGB (Red+Green+Blue) = 159+110+207=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ECF is #609130. Grayscale: #878787. Windows color (decimal): -6328625 or 13594271. OLE color: 13594271.

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

Color convert

RGB 159 110 207 -
CMYK 0.23 0.47 0 0.19
HSL 270.31º 0.5% 0.62% -
HSV(B) 270.31º 0.47% 0.81% -
XYZ 31.14 23.03 61.84 -
YUV 135.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 159 110 207 0.23 0.47 0 0.19 270.31 0.5 0.62
Hex 9F 6E CF 17 2F 0 13 10E 32 3E
Octal 237 156 317 27 57 0 23 416 62 76
Binary 10011111 1101110 11001111 10111 101111 0 10011 100001110 110010 111110

Color Harmonies of #9F6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6ECF

Black with #9F6ECF

Text Example


Text Example

White with #9F6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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