Html Css Color HEX #9F5CDB Amethyst

📋 copy color: '#9F5CDB'

red 159 ◦ green 92 ◦ blue 219

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

Shades of Amethyst #9F5CDB

Tints of Amethyst #9F5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.57%

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

R = 33.83%
G = 19.57%
B = 46.6%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F5CDB (or 0x9F5CDB) is known color: Amethyst. HEX triplet: 9F, 5C and DB. RGB value is (159,92,219). Sum of RGB (Red+Green+Blue) = 159+92+219=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F5CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CDB is #60A324. Grayscale: #7E7E7E. Windows color (decimal): -6333221 or 14376095. OLE color: 14376095.

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

Color convert

RGB 159 92 219 -
CMYK 0.27 0.58 0 0.14
HSL 271.65º 0.64% 0.61% -
HSV(B) 271.65º 0.58% 0.86% -
XYZ 30.91 20.14 69.28 -
YUV 126.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 159 92 219 0.27 0.58 0 0.14 271.65 0.64 0.61
Hex 9F 5C DB 1B 3A 0 E 110 40 3D
Octal 237 134 333 33 72 0 16 420 100 75
Binary 10011111 1011100 11011011 11011 111010 0 1110 100010000 1000000 111101

Color Harmonies of #9F5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5CDB

Black with #9F5CDB

Text Example


Text Example

White with #9F5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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