Html Css Color HEX #9F6DCD Amethyst

📋 copy color: '#9F6DCD'

red 159 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #9F6DCD

Tints of Amethyst #9F6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.04%

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

R = 33.62%
G = 23.04%
B = 43.34%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F6DCD (or 0x9F6DCD) is known color: Amethyst. HEX triplet: 9F, 6D and CD. RGB value is (159,109,205). Sum of RGB (Red+Green+Blue) = 159+109+205=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6DCD is #609232. Grayscale: #868686. Windows color (decimal): -6328883 or 13462943. OLE color: 13462943.

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

Color convert

RGB 159 109 205 -
CMYK 0.22 0.47 0 0.20
HSL 271.25º 0.49% 0.62% -
HSV(B) 271.25º 0.47% 0.8% -
XYZ 30.79 22.72 60.52 -
YUV 134.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 159 109 205 0.22 0.47 0 0.20 271.25 0.49 0.62
Hex 9F 6D CD 16 2F 0 14 10F 31 3E
Octal 237 155 315 26 57 0 24 417 61 76
Binary 10011111 1101101 11001101 10110 101111 0 10100 100001111 110001 111110

Color Harmonies of #9F6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6DCD

Black with #9F6DCD

Text Example


Text Example

White with #9F6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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