Html Css Color HEX #9564EB Medium Purple

📋 copy color: '#9564EB'

red 149 ◦ green 100 ◦ blue 235

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

Shades of Medium Purple #9564EB

Tints of Medium Purple #9564EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.66%

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 30.79%
G = 20.66%
B = 48.55%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9564EB (or 0x9564EB) is known color: Medium Purple. HEX triplet: 95, 64 and EB. RGB value is (149,100,235). Sum of RGB (Red+Green+Blue) = 149+100+235=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #9564EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9564EB is #6A9B14. Grayscale: #818181. Windows color (decimal): -6986517 or 15426709. OLE color: 15426709.

HSL color Cylindrical-coordinate representation of color #9564EB: hue angle of 261.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9564EB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 100 235 -
CMYK 0.37 0.57 0 0.08
HSL 261.78º 0.77% 0.66% -
HSV(B) 261.78º 0.57% 0.92% -
XYZ 31.95 21.5 81.06 -
YUV 130.04 187.23 141.52 -
System Red Green Blue C M Y K H S L
Decimal 149 100 235 0.37 0.57 0 0.08 261.78 0.77 0.66
Hex 95 64 EB 25 39 0 8 106 4D 42
Octal 225 144 353 45 71 0 10 406 115 102
Binary 10010101 1100100 11101011 100101 111001 0 1000 100000110 1001101 1000010

Color Harmonies of #9564EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564EB

Black with #9564EB

Text Example


Text Example

White with #9564EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9564EB; }

 p { color: rgb(149,100,235); }

 H1.HeaderClassName
 {
   color: #9564EB;
 }
 .AnyTagClassName
 {
   color: #9564EB;
 }
</style>

background-color css

<style>
 a { background-color: #9564EB; }

 a { background-color: rgb(149,100,235); }

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

border-color css

<style>
 span { border-color: #9564EB; }

 span { border-color: rgb(149,100,235); }

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