Html Css Color HEX #9561EA Medium Purple

📋 copy color: '#9561EA'

red 149 ◦ green 97 ◦ blue 234

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

Shades of Medium Purple #9561EA

Tints of Medium Purple #9561EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 31.04%
G = 20.21%
B = 48.75%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9561EA (or 0x9561EA) is known color: Medium Purple. HEX triplet: 95, 61 and EA. RGB value is (149,97,234). Sum of RGB (Red+Green+Blue) = 149+97+234=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #9561EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9561EA is #6A9E15. Grayscale: #7F7F7F. Windows color (decimal): -6987286 or 15360405. OLE color: 15360405.

HSL color Cylindrical-coordinate representation of color #9561EA: hue angle of 262.77º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9561EA is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 97 234 -
CMYK 0.36 0.59 0 0.08
HSL 262.77º 0.77% 0.65% -
HSV(B) 262.77º 0.59% 0.92% -
XYZ 31.52 20.88 80.21 -
YUV 128.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 149 97 234 0.36 0.59 0 0.08 262.77 0.77 0.65
Hex 95 61 EA 24 3B 0 8 107 4D 41
Octal 225 141 352 44 73 0 10 407 115 101
Binary 10010101 1100001 11101010 100100 111011 0 1000 100000111 1001101 1000001

Color Harmonies of #9561EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9561EA

Black with #9561EA

Text Example


Text Example

White with #9561EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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