Html Css Color HEX #9F5CCE Amethyst

📋 copy color: '#9F5CCE'

red 159 ◦ green 92 ◦ blue 206

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

Shades of Amethyst #9F5CCE

Tints of Amethyst #9F5CCE

RGB

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

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

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

R = 34.79%
G = 20.13%
B = 45.08%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F5CCE (or 0x9F5CCE) is known color: Amethyst. HEX triplet: 9F, 5C and CE. RGB value is (159,92,206). Sum of RGB (Red+Green+Blue) = 159+92+206=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CCE is #60A331. Grayscale: #7C7C7C. Windows color (decimal): -6333234 or 13524127. OLE color: 13524127.

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

Color convert

RGB 159 92 206 -
CMYK 0.23 0.55 0 0.19
HSL 275.26º 0.54% 0.58% -
HSV(B) 275.26º 0.55% 0.81% -
XYZ 29.27 19.48 60.61 -
YUV 125.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 159 92 206 0.23 0.55 0 0.19 275.26 0.54 0.58
Hex 9F 5C CE 17 37 0 13 113 36 3A
Octal 237 134 316 27 67 0 23 423 66 72
Binary 10011111 1011100 11001110 10111 110111 0 10011 100010011 110110 111010

Color Harmonies of #9F5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5CCE

Black with #9F5CCE

Text Example


Text Example

White with #9F5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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