Html Css Color HEX #9F6EBF Amethyst

📋 copy color: '#9F6EBF'

red 159 ◦ green 110 ◦ blue 191

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

Shades of Amethyst #9F6EBF

Tints of Amethyst #9F6EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.52%

R = 34.57%
G = 23.91%
B = 41.52%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F6EBF (or 0x9F6EBF) is known color: Amethyst. HEX triplet: 9F, 6E and BF. RGB value is (159,110,191). Sum of RGB (Red+Green+Blue) = 159+110+191=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F6EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6EBF is #609140. Grayscale: #858585. Windows color (decimal): -6328641 or 12545695. OLE color: 12545695.

HSL color Cylindrical-coordinate representation of color #9F6EBF: hue angle of 276.3º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F6EBF is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 110 191 -
CMYK 0.17 0.42 0 0.25
HSL 276.3º 0.39% 0.59% -
HSV(B) 276.3º 0.42% 0.75% -
XYZ 29.28 22.28 52.05 -
YUV 133.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 159 110 191 0.17 0.42 0 0.25 276.3 0.39 0.59
Hex 9F 6E BF 11 2A 0 19 114 27 3B
Octal 237 156 277 21 52 0 31 424 47 73
Binary 10011111 1101110 10111111 10001 101010 0 11001 100010100 100111 111011

Color Harmonies of #9F6EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6EBF

Black with #9F6EBF

Text Example


Text Example

White with #9F6EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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