Html Css Color HEX #9F60DD Amethyst

📋 copy color: '#9F60DD'

red 159 ◦ green 96 ◦ blue 221

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

Shades of Amethyst #9F60DD

Tints of Amethyst #9F60DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.17%

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 33.4%
G = 20.17%
B = 46.43%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F60DD (or 0x9F60DD) is known color: Amethyst. HEX triplet: 9F, 60 and DD. RGB value is (159,96,221). Sum of RGB (Red+Green+Blue) = 159+96+221=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F60DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F60DD is #609F22. Grayscale: #808080. Windows color (decimal): -6332195 or 14508191. OLE color: 14508191.

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

Color convert

RGB 159 96 221 -
CMYK 0.28 0.57 0 0.13
HSL 270.24º 0.65% 0.62% -
HSV(B) 270.24º 0.57% 0.87% -
XYZ 31.53 20.96 70.79 -
YUV 129.09 179.87 149.34 -
System Red Green Blue C M Y K H S L
Decimal 159 96 221 0.28 0.57 0 0.13 270.24 0.65 0.62
Hex 9F 60 DD 1C 39 0 D 10E 41 3E
Octal 237 140 335 34 71 0 15 416 101 76
Binary 10011111 1100000 11011101 11100 111001 0 1101 100001110 1000001 111110

Color Harmonies of #9F60DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F60DD

Black with #9F60DD

Text Example


Text Example

White with #9F60DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,96,221); }

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

background-color css

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

 a { background-color: rgb(159,96,221); }

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

border-color css

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

 span { border-color: rgb(159,96,221); }

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