Html Css Color HEX #9D60CF Amethyst

📋 copy color: '#9D60CF'

red 157 ◦ green 96 ◦ blue 207

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

Shades of Amethyst #9D60CF

Tints of Amethyst #9D60CF

RGB

 RED value IS 157 (61.72% from 255) = 34.13%

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

 BLUE value IS 207 (81.25% from 255) = 45%

R = 34.13%
G = 20.87%
B = 45%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D60CF (or 0x9D60CF) is known color: Amethyst. HEX triplet: 9D, 60 and CF. RGB value is (157,96,207). Sum of RGB (Red+Green+Blue) = 157+96+207=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D60CF is #629F30. Grayscale: #7E7E7E. Windows color (decimal): -6463281 or 13590685. OLE color: 13590685.

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

Color convert

RGB 157 96 207 -
CMYK 0.24 0.54 0 0.19
HSL 272.97º 0.54% 0.59% -
HSV(B) 272.97º 0.54% 0.81% -
XYZ 29.35 20.04 61.35 -
YUV 126.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 157 96 207 0.24 0.54 0 0.19 272.97 0.54 0.59
Hex 9D 60 CF 18 36 0 13 111 36 3B
Octal 235 140 317 30 66 0 23 421 66 73
Binary 10011101 1100000 11001111 11000 110110 0 10011 100010001 110110 111011

Color Harmonies of #9D60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D60CF

Black with #9D60CF

Text Example


Text Example

White with #9D60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,96,207); }

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

background-color css

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

 a { background-color: rgb(157,96,207); }

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

border-color css

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

 span { border-color: rgb(157,96,207); }

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