Html Css Color HEX #9560DF Medium Purple

📋 copy color: '#9560DF'

red 149 ◦ green 96 ◦ blue 223

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

Shades of Medium Purple #9560DF

Tints of Medium Purple #9560DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 31.84%
G = 20.51%
B = 47.65%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9560DF (or 0x9560DF) is known color: Medium Purple. HEX triplet: 95, 60 and DF. RGB value is (149,96,223). Sum of RGB (Red+Green+Blue) = 149+96+223=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #9560DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560DF is #6A9F20. Grayscale: #7D7D7D. Windows color (decimal): -6987553 or 14639253. OLE color: 14639253.

HSL color Cylindrical-coordinate representation of color #9560DF: hue angle of 265.04º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9560DF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 96 223 -
CMYK 0.33 0.57 0 0.13
HSL 265.04º 0.66% 0.63% -
HSV(B) 265.04º 0.57% 0.87% -
XYZ 29.9 20.08 72.11 -
YUV 126.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 149 96 223 0.33 0.57 0 0.13 265.04 0.66 0.63
Hex 95 60 DF 21 39 0 D 109 42 3F
Octal 225 140 337 41 71 0 15 411 102 77
Binary 10010101 1100000 11011111 100001 111001 0 1101 100001001 1000010 111111

Color Harmonies of #9560DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9560DF

Black with #9560DF

Text Example


Text Example

White with #9560DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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