Html Css Color HEX #9063DD Medium Purple

📋 copy color: '#9063DD'

red 144 ◦ green 99 ◦ blue 221

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

Shades of Medium Purple #9063DD

Tints of Medium Purple #9063DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 31.03%
G = 21.34%
B = 47.63%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9063DD (or 0x9063DD) is known color: Medium Purple. HEX triplet: 90, 63 and DD. RGB value is (144,99,221). Sum of RGB (Red+Green+Blue) = 144+99+221=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #9063DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063DD is #6F9C22. Grayscale: #7D7D7D. Windows color (decimal): -7314467 or 14508944. OLE color: 14508944.

HSL color Cylindrical-coordinate representation of color #9063DD: hue angle of 262.13º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9063DD is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 99 221 -
CMYK 0.35 0.55 0 0.13
HSL 262.13º 0.64% 0.63% -
HSV(B) 262.13º 0.55% 0.87% -
XYZ 29.01 20.07 70.75 -
YUV 126.36 181.41 140.58 -
System Red Green Blue C M Y K H S L
Decimal 144 99 221 0.35 0.55 0 0.13 262.13 0.64 0.63
Hex 90 63 DD 23 37 0 D 106 40 3F
Octal 220 143 335 43 67 0 15 406 100 77
Binary 10010000 1100011 11011101 100011 110111 0 1101 100000110 1000000 111111

Color Harmonies of #9063DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9063DD

Black with #9063DD

Text Example


Text Example

White with #9063DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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