Html Css Color HEX #9365DA Medium Purple

📋 copy color: '#9365DA'

red 147 ◦ green 101 ◦ blue 218

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

Shades of Medium Purple #9365DA

Tints of Medium Purple #9365DA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.67%

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

R = 31.55%
G = 21.67%
B = 46.78%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9365DA (or 0x9365DA) is known color: Medium Purple. HEX triplet: 93, 65 and DA. RGB value is (147,101,218). Sum of RGB (Red+Green+Blue) = 147+101+218=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 101 (39.84% from 255 or 21.67% 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 #9365DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9365DA is #6C9A25. Grayscale: #7F7F7F. Windows color (decimal): -7117350 or 14312851. OLE color: 14312851.

HSL color Cylindrical-coordinate representation of color #9365DA: hue angle of 263.59º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9365DA is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 101 218 -
CMYK 0.33 0.54 0 0.15
HSL 263.59º 0.61% 0.63% -
HSV(B) 263.59º 0.54% 0.85% -
XYZ 29.34 20.57 68.75 -
YUV 128.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 147 101 218 0.33 0.54 0 0.15 263.59 0.61 0.63
Hex 93 65 DA 21 36 0 F 108 3D 3F
Octal 223 145 332 41 66 0 17 410 75 77
Binary 10010011 1100101 11011010 100001 110110 0 1111 100001000 111101 111111

Color Harmonies of #9365DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9365DA

Black with #9365DA

Text Example


Text Example

White with #9365DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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