Html Css Color HEX #9F6BDB Amethyst

📋 copy color: '#9F6BDB'

red 159 ◦ green 107 ◦ blue 219

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

Shades of Amethyst #9F6BDB

Tints of Amethyst #9F6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.06%

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 32.78%
G = 22.06%
B = 45.15%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F6BDB (or 0x9F6BDB) is known color: Amethyst. HEX triplet: 9F, 6B and DB. RGB value is (159,107,219). Sum of RGB (Red+Green+Blue) = 159+107+219=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6BDB is #609424. Grayscale: #868686. Windows color (decimal): -6329381 or 14379935. OLE color: 14379935.

HSL color Cylindrical-coordinate representation of color #9F6BDB: hue angle of 267.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F6BDB is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 107 219 -
CMYK 0.27 0.51 0 0.14
HSL 267.86º 0.61% 0.64% -
HSV(B) 267.86º 0.51% 0.86% -
XYZ 32.34 23 69.75 -
YUV 135.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 159 107 219 0.27 0.51 0 0.14 267.86 0.61 0.64
Hex 9F 6B DB 1B 33 0 E 10C 3D 40
Octal 237 153 333 33 63 0 16 414 75 100
Binary 10011111 1101011 11011011 11011 110011 0 1110 100001100 111101 1000000

Color Harmonies of #9F6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6BDB

Black with #9F6BDB

Text Example


Text Example

White with #9F6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,107,219); }

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

background-color css

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

 a { background-color: rgb(159,107,219); }

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

border-color css

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

 span { border-color: rgb(159,107,219); }

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