Html Css Color HEX #9560CF Amethyst

📋 copy color: '#9560CF'

red 149 ◦ green 96 ◦ blue 207

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

Shades of Amethyst #9560CF

Tints of Amethyst #9560CF

RGB

 RED value IS 149 (58.59% from 255) = 32.96%

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

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

R = 32.96%
G = 21.24%
B = 45.8%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9560CF (or 0x9560CF) is known color: Amethyst. HEX triplet: 95, 60 and CF. RGB value is (149,96,207). Sum of RGB (Red+Green+Blue) = 149+96+207=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #9560CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560CF is #6A9F30. Grayscale: #7C7C7C. Windows color (decimal): -6987569 or 13590677. OLE color: 13590677.

HSL color Cylindrical-coordinate representation of color #9560CF: hue angle of 268.65º 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 #9560CF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 96 207 -
CMYK 0.28 0.54 0 0.19
HSL 268.65º 0.54% 0.59% -
HSV(B) 268.65º 0.54% 0.81% -
XYZ 27.84 19.26 61.28 -
YUV 124.5 174.56 145.47 -
System Red Green Blue C M Y K H S L
Decimal 149 96 207 0.28 0.54 0 0.19 268.65 0.54 0.59
Hex 95 60 CF 1C 36 0 13 10D 36 3B
Octal 225 140 317 34 66 0 23 415 66 73
Binary 10010101 1100000 11001111 11100 110110 0 10011 100001101 110110 111011

Color Harmonies of #9560CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9560CF

Black with #9560CF

Text Example


Text Example

White with #9560CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9560CF; }

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

 H1.HeaderClassName
 {
   color: #9560CF;
 }
 .AnyTagClassName
 {
   color: #9560CF;
 }
</style>

background-color css

<style>
 a { background-color: #9560CF; }

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

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

border-color css

<style>
 span { border-color: #9560CF; }

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

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