Html Css Color HEX #9F6ECE Amethyst

📋 copy color: '#9F6ECE'

red 159 ◦ green 110 ◦ blue 206

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

Shades of Amethyst #9F6ECE

Tints of Amethyst #9F6ECE

RGB

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

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

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

R = 33.47%
G = 23.16%
B = 43.37%

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

#9F6ECE (or 0x9F6ECE) is known color: Amethyst. HEX triplet: 9F, 6E and CE. RGB value is (159,110,206). Sum of RGB (Red+Green+Blue) = 159+110+206=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ECE is #609131. Grayscale: #878787. Windows color (decimal): -6328626 or 13528735. OLE color: 13528735.

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

Color convert

RGB 159 110 206 -
CMYK 0.23 0.47 0 0.19
HSL 270.63º 0.49% 0.62% -
HSV(B) 270.63º 0.47% 0.81% -
XYZ 31.01 22.98 61.19 -
YUV 135.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 159 110 206 0.23 0.47 0 0.19 270.63 0.49 0.62
Hex 9F 6E CE 17 2F 0 13 10F 31 3E
Octal 237 156 316 27 57 0 23 417 61 76
Binary 10011111 1101110 11001110 10111 101111 0 10011 100001111 110001 111110

Color Harmonies of #9F6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6ECE

Black with #9F6ECE

Text Example


Text Example

White with #9F6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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