Html Css Color HEX #9561DC Medium Purple

📋 copy color: '#9561DC'

red 149 ◦ green 97 ◦ blue 220

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

Shades of Medium Purple #9561DC

Tints of Medium Purple #9561DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.82%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 31.97%
G = 20.82%
B = 47.21%

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

#9561DC (or 0x9561DC) is known color: Medium Purple. HEX triplet: 95, 61 and DC. RGB value is (149,97,220). Sum of RGB (Red+Green+Blue) = 149+97+220=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #9561DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9561DC is #6A9E23. Grayscale: #7E7E7E. Windows color (decimal): -6987300 or 14442901. OLE color: 14442901.

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

Color convert

RGB 149 97 220 -
CMYK 0.32 0.56 0 0.14
HSL 265.37º 0.64% 0.62% -
HSV(B) 265.37º 0.56% 0.86% -
XYZ 29.59 20.11 70.03 -
YUV 126.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 149 97 220 0.32 0.56 0 0.14 265.37 0.64 0.62
Hex 95 61 DC 20 38 0 E 109 40 3E
Octal 225 141 334 40 70 0 16 411 100 76
Binary 10010101 1100001 11011100 100000 111000 0 1110 100001001 1000000 111110

Color Harmonies of #9561DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9561DC

Black with #9561DC

Text Example


Text Example

White with #9561DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9561DC; }

 p { color: rgb(149,97,220); }

 H1.HeaderClassName
 {
   color: #9561DC;
 }
 .AnyTagClassName
 {
   color: #9561DC;
 }
</style>

background-color css

<style>
 a { background-color: #9561DC; }

 a { background-color: rgb(149,97,220); }

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

border-color css

<style>
 span { border-color: #9561DC; }

 span { border-color: rgb(149,97,220); }

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