Html Css Color HEX #9F5CCD Amethyst

📋 copy color: '#9F5CCD'

red 159 ◦ green 92 ◦ blue 205

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

Shades of Amethyst #9F5CCD

Tints of Amethyst #9F5CCD

RGB

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

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

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

R = 34.87%
G = 20.18%
B = 44.96%

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

#9F5CCD (or 0x9F5CCD) is known color: Amethyst. HEX triplet: 9F, 5C and CD. RGB value is (159,92,205). Sum of RGB (Red+Green+Blue) = 159+92+205=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F5CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CCD is #60A332. Grayscale: #7C7C7C. Windows color (decimal): -6333235 or 13458591. OLE color: 13458591.

HSL color Cylindrical-coordinate representation of color #9F5CCD: hue angle of 275.58º 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 #9F5CCD is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 92 205 -
CMYK 0.22 0.55 0 0.20
HSL 275.58º 0.53% 0.58% -
HSV(B) 275.58º 0.55% 0.8% -
XYZ 29.14 19.43 59.97 -
YUV 124.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 159 92 205 0.22 0.55 0 0.20 275.58 0.53 0.58
Hex 9F 5C CD 16 37 0 14 114 35 3A
Octal 237 134 315 26 67 0 24 424 65 72
Binary 10011111 1011100 11001101 10110 110111 0 10100 100010100 110101 111010

Color Harmonies of #9F5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5CCD

Black with #9F5CCD

Text Example


Text Example

White with #9F5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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