Html Css Color HEX #9561E6 Medium Purple

📋 copy color: '#9561E6'

red 149 ◦ green 97 ◦ blue 230

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

Shades of Medium Purple #9561E6

Tints of Medium Purple #9561E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.32%

R = 31.3%
G = 20.38%
B = 48.32%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9561E6 (or 0x9561E6) is known color: Medium Purple. HEX triplet: 95, 61 and E6. RGB value is (149,97,230). Sum of RGB (Red+Green+Blue) = 149+97+230=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #9561E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9561E6 is #6A9E19. Grayscale: #7F7F7F. Windows color (decimal): -6987290 or 15098261. OLE color: 15098261.

HSL color Cylindrical-coordinate representation of color #9561E6: hue angle of 263.46º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9561E6 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 97 230 -
CMYK 0.35 0.58 0 0.10
HSL 263.46º 0.73% 0.64% -
HSV(B) 263.46º 0.58% 0.9% -
XYZ 30.95 20.65 77.22 -
YUV 127.71 185.73 143.19 -
System Red Green Blue C M Y K H S L
Decimal 149 97 230 0.35 0.58 0 0.10 263.46 0.73 0.64
Hex 95 61 E6 23 3A 0 A 107 49 40
Octal 225 141 346 43 72 0 12 407 111 100
Binary 10010101 1100001 11100110 100011 111010 0 1010 100000111 1001001 1000000

Color Harmonies of #9561E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9561E6

Black with #9561E6

Text Example


Text Example

White with #9561E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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