Html Css Color HEX #9363DA Medium Purple

📋 copy color: '#9363DA'

red 147 ◦ green 99 ◦ blue 218

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

Shades of Medium Purple #9363DA

Tints of Medium Purple #9363DA

RGB

 RED value IS 147 (57.81% from 255) = 31.68%

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

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

R = 31.68%
G = 21.34%
B = 46.98%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9363DA (or 0x9363DA) is known color: Medium Purple. HEX triplet: 93, 63 and DA. RGB value is (147,99,218). Sum of RGB (Red+Green+Blue) = 147+99+218=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #9363DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9363DA is #6C9C25. Grayscale: #7E7E7E. Windows color (decimal): -7117862 or 14312339. OLE color: 14312339.

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

Color convert

RGB 147 99 218 -
CMYK 0.33 0.55 0 0.15
HSL 264.2º 0.62% 0.62% -
HSV(B) 264.2º 0.55% 0.85% -
XYZ 29.15 20.19 68.69 -
YUV 126.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 147 99 218 0.33 0.55 0 0.15 264.2 0.62 0.62
Hex 93 63 DA 21 37 0 F 108 3E 3E
Octal 223 143 332 41 67 0 17 410 76 76
Binary 10010011 1100011 11011010 100001 110111 0 1111 100001000 111110 111110

Color Harmonies of #9363DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9363DA

Black with #9363DA

Text Example


Text Example

White with #9363DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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