Html Css Color HEX #9560D2 Amethyst

📋 copy color: '#9560D2'

red 149 ◦ green 96 ◦ blue 210

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

Shades of Amethyst #9560D2

Tints of Amethyst #9560D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.15%

R = 32.75%
G = 21.1%
B = 46.15%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9560D2 (or 0x9560D2) is known color: Amethyst. HEX triplet: 95, 60 and D2. RGB value is (149,96,210). Sum of RGB (Red+Green+Blue) = 149+96+210=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 210 - color contains mainly: blue. Hex color #9560D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560D2 is #6A9F2D. Grayscale: #7C7C7C. Windows color (decimal): -6987566 or 13787285. OLE color: 13787285.

HSL color Cylindrical-coordinate representation of color #9560D2: hue angle of 267.89º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9560D2 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 96 210 -
CMYK 0.29 0.54 0 0.18
HSL 267.89º 0.56% 0.6% -
HSV(B) 267.89º 0.54% 0.82% -
XYZ 28.21 19.41 63.23 -
YUV 124.84 176.06 145.23 -
System Red Green Blue C M Y K H S L
Decimal 149 96 210 0.29 0.54 0 0.18 267.89 0.56 0.6
Hex 95 60 D2 1D 36 0 12 10C 38 3C
Octal 225 140 322 35 66 0 22 414 70 74
Binary 10010101 1100000 11010010 11101 110110 0 10010 100001100 111000 111100

Color Harmonies of #9560D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9560D2

Black with #9560D2

Text Example


Text Example

White with #9560D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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