Html Css Color HEX #9F69BF Amethyst

📋 copy color: '#9F69BF'

red 159 ◦ green 105 ◦ blue 191

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

Shades of Amethyst #9F69BF

Tints of Amethyst #9F69BF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.08%

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

R = 34.95%
G = 23.08%
B = 41.98%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F69BF (or 0x9F69BF) is known color: Amethyst. HEX triplet: 9F, 69 and BF. RGB value is (159,105,191). Sum of RGB (Red+Green+Blue) = 159+105+191=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F69BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69BF is #609640. Grayscale: #828282. Windows color (decimal): -6329921 or 12544415. OLE color: 12544415.

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

Color convert

RGB 159 105 191 -
CMYK 0.17 0.45 0 0.25
HSL 277.67º 0.4% 0.58% -
HSV(B) 277.67º 0.45% 0.75% -
XYZ 28.75 21.24 51.87 -
YUV 130.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 159 105 191 0.17 0.45 0 0.25 277.67 0.4 0.58
Hex 9F 69 BF 11 2D 0 19 116 28 3A
Octal 237 151 277 21 55 0 31 426 50 72
Binary 10011111 1101001 10111111 10001 101101 0 11001 100010110 101000 111010

Color Harmonies of #9F69BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F69BF

Black with #9F69BF

Text Example


Text Example

White with #9F69BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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