Html Css Color HEX #9560DB Amethyst

📋 copy color: '#9560DB'

red 149 ◦ green 96 ◦ blue 219

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

Shades of Amethyst #9560DB

Tints of Amethyst #9560DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 32.11%
G = 20.69%
B = 47.2%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9560DB (or 0x9560DB) is known color: Amethyst. HEX triplet: 95, 60 and DB. RGB value is (149,96,219). Sum of RGB (Red+Green+Blue) = 149+96+219=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #9560DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560DB is #6A9F24. Grayscale: #7D7D7D. Windows color (decimal): -6987557 or 14377109. OLE color: 14377109.

HSL color Cylindrical-coordinate representation of color #9560DB: hue angle of 265.85º degrees, saturation: 0.63, 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 #9560DB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 96 219 -
CMYK 0.32 0.56 0 0.14
HSL 265.85º 0.63% 0.62% -
HSV(B) 265.85º 0.56% 0.86% -
XYZ 29.36 19.87 69.31 -
YUV 125.87 180.56 144.5 -
System Red Green Blue C M Y K H S L
Decimal 149 96 219 0.32 0.56 0 0.14 265.85 0.63 0.62
Hex 95 60 DB 20 38 0 E 10A 3F 3E
Octal 225 140 333 40 70 0 16 412 77 76
Binary 10010101 1100000 11011011 100000 111000 0 1110 100001010 111111 111110

Color Harmonies of #9560DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9560DB

Black with #9560DB

Text Example


Text Example

White with #9560DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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