Html Css Color HEX #9563DA Medium Purple

📋 copy color: '#9563DA'

red 149 ◦ green 99 ◦ blue 218

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

Shades of Medium Purple #9563DA

Tints of Medium Purple #9563DA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.24%

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 31.97%
G = 21.24%
B = 46.78%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9563DA (or 0x9563DA) is known color: Medium Purple. HEX triplet: 95, 63 and DA. RGB value is (149,99,218). Sum of RGB (Red+Green+Blue) = 149+99+218=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #9563DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563DA is #6A9C25. Grayscale: #7F7F7F. Windows color (decimal): -6986790 or 14312341. OLE color: 14312341.

HSL color Cylindrical-coordinate representation of color #9563DA: hue angle of 265.21º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9563DA is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 99 218 -
CMYK 0.32 0.55 0 0.15
HSL 265.21º 0.62% 0.62% -
HSV(B) 265.21º 0.55% 0.85% -
XYZ 29.51 20.38 68.71 -
YUV 127.52 179.07 143.32 -
System Red Green Blue C M Y K H S L
Decimal 149 99 218 0.32 0.55 0 0.15 265.21 0.62 0.62
Hex 95 63 DA 20 37 0 F 109 3E 3E
Octal 225 143 332 40 67 0 17 411 76 76
Binary 10010101 1100011 11011010 100000 110111 0 1111 100001001 111110 111110

Color Harmonies of #9563DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563DA

Black with #9563DA

Text Example


Text Example

White with #9563DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9563DA; }

 p { color: rgb(149,99,218); }

 H1.HeaderClassName
 {
   color: #9563DA;
 }
 .AnyTagClassName
 {
   color: #9563DA;
 }
</style>

background-color css

<style>
 a { background-color: #9563DA; }

 a { background-color: rgb(149,99,218); }

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

border-color css

<style>
 span { border-color: #9563DA; }

 span { border-color: rgb(149,99,218); }

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