Html Css Color HEX #9F5BCE Amethyst

📋 copy color: '#9F5BCE'

red 159 ◦ green 91 ◦ blue 206

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

Shades of Amethyst #9F5BCE

Tints of Amethyst #9F5BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.96%

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

R = 34.87%
G = 19.96%
B = 45.18%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F5BCE (or 0x9F5BCE) is known color: Amethyst. HEX triplet: 9F, 5B and CE. RGB value is (159,91,206). Sum of RGB (Red+Green+Blue) = 159+91+206=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F5BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5BCE is #60A431. Grayscale: #7C7C7C. Windows color (decimal): -6333490 or 13523871. OLE color: 13523871.

HSL color Cylindrical-coordinate representation of color #9F5BCE: hue angle of 275.48º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F5BCE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 91 206 -
CMYK 0.23 0.56 0 0.19
HSL 275.48º 0.54% 0.58% -
HSV(B) 275.48º 0.56% 0.81% -
XYZ 29.18 19.31 60.58 -
YUV 124.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 159 91 206 0.23 0.56 0 0.19 275.48 0.54 0.58
Hex 9F 5B CE 17 38 0 13 113 36 3A
Octal 237 133 316 27 70 0 23 423 66 72
Binary 10011111 1011011 11001110 10111 111000 0 10011 100010011 110110 111010

Color Harmonies of #9F5BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5BCE

Black with #9F5BCE

Text Example


Text Example

White with #9F5BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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