Html Css Color HEX #9F5DCD Amethyst

📋 copy color: '#9F5DCD'

red 159 ◦ green 93 ◦ blue 205

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

Shades of Amethyst #9F5DCD

Tints of Amethyst #9F5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.35%

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 34.79%
G = 20.35%
B = 44.86%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F5DCD (or 0x9F5DCD) is known color: Amethyst. HEX triplet: 9F, 5D and CD. RGB value is (159,93,205). Sum of RGB (Red+Green+Blue) = 159+93+205=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DCD is #60A232. Grayscale: #7D7D7D. Windows color (decimal): -6332979 or 13458847. OLE color: 13458847.

HSL color Cylindrical-coordinate representation of color #9F5DCD: hue angle of 275.36º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F5DCD is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 93 205 -
CMYK 0.22 0.55 0 0.20
HSL 275.36º 0.53% 0.58% -
HSV(B) 275.36º 0.55% 0.8% -
XYZ 29.23 19.61 60 -
YUV 125.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 159 93 205 0.22 0.55 0 0.20 275.36 0.53 0.58
Hex 9F 5D CD 16 37 0 14 113 35 3A
Octal 237 135 315 26 67 0 24 423 65 72
Binary 10011111 1011101 11001101 10110 110111 0 10100 100010011 110101 111010

Color Harmonies of #9F5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5DCD

Black with #9F5DCD

Text Example


Text Example

White with #9F5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,93,205); }

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

background-color css

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

 a { background-color: rgb(159,93,205); }

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

border-color css

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

 span { border-color: rgb(159,93,205); }

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