Html Css Color HEX #9063DA Medium Purple

📋 copy color: '#9063DA'

red 144 ◦ green 99 ◦ blue 218

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

Shades of Medium Purple #9063DA

Tints of Medium Purple #9063DA

RGB

 RED value IS 144 (56.64% from 255) = 31.24%

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

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

R = 31.24%
G = 21.48%
B = 47.29%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9063DA (or 0x9063DA) is known color: Medium Purple. HEX triplet: 90, 63 and DA. RGB value is (144,99,218). Sum of RGB (Red+Green+Blue) = 144+99+218=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #9063DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063DA is #6F9C25. Grayscale: #7D7D7D. Windows color (decimal): -7314470 or 14312336. OLE color: 14312336.

HSL color Cylindrical-coordinate representation of color #9063DA: hue angle of 262.69º 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 #9063DA is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 99 218 -
CMYK 0.34 0.55 0 0.15
HSL 262.69º 0.62% 0.62% -
HSV(B) 262.69º 0.55% 0.85% -
XYZ 28.62 19.91 68.67 -
YUV 126.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 144 99 218 0.34 0.55 0 0.15 262.69 0.62 0.62
Hex 90 63 DA 22 37 0 F 107 3E 3E
Octal 220 143 332 42 67 0 17 407 76 76
Binary 10010000 1100011 11011010 100010 110111 0 1111 100000111 111110 111110

Color Harmonies of #9063DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9063DA

Black with #9063DA

Text Example


Text Example

White with #9063DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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