Html Css Color HEX #9F61DC Amethyst

📋 copy color: '#9F61DC'

red 159 ◦ green 97 ◦ blue 220

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

Shades of Amethyst #9F61DC

Tints of Amethyst #9F61DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.38%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 33.4%
G = 20.38%
B = 46.22%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F61DC (or 0x9F61DC) is known color: Amethyst. HEX triplet: 9F, 61 and DC. RGB value is (159,97,220). Sum of RGB (Red+Green+Blue) = 159+97+220=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F61DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F61DC is #609E23. Grayscale: #818181. Windows color (decimal): -6331940 or 14442911. OLE color: 14442911.

HSL color Cylindrical-coordinate representation of color #9F61DC: hue angle of 270.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F61DC is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 97 220 -
CMYK 0.28 0.56 0 0.14
HSL 270.24º 0.64% 0.62% -
HSV(B) 270.24º 0.56% 0.86% -
XYZ 31.49 21.09 70.12 -
YUV 129.56 179.04 149 -
System Red Green Blue C M Y K H S L
Decimal 159 97 220 0.28 0.56 0 0.14 270.24 0.64 0.62
Hex 9F 61 DC 1C 38 0 E 10E 40 3E
Octal 237 141 334 34 70 0 16 416 100 76
Binary 10011111 1100001 11011100 11100 111000 0 1110 100001110 1000000 111110

Color Harmonies of #9F61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F61DC

Black with #9F61DC

Text Example


Text Example

White with #9F61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,97,220); }

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

background-color css

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

 a { background-color: rgb(159,97,220); }

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

border-color css

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

 span { border-color: rgb(159,97,220); }

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