Html Css Color HEX #9365DC Medium Purple

📋 copy color: '#9365DC'

red 147 ◦ green 101 ◦ blue 220

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

Shades of Medium Purple #9365DC

Tints of Medium Purple #9365DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 31.41%
G = 21.58%
B = 47.01%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9365DC (or 0x9365DC) is known color: Medium Purple. HEX triplet: 93, 65 and DC. RGB value is (147,101,220). Sum of RGB (Red+Green+Blue) = 147+101+220=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #9365DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9365DC is #6C9A23. Grayscale: #7F7F7F. Windows color (decimal): -7117348 or 14443923. OLE color: 14443923.

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

Color convert

RGB 147 101 220 -
CMYK 0.33 0.54 0 0.14
HSL 263.19º 0.63% 0.63% -
HSV(B) 263.19º 0.54% 0.86% -
XYZ 29.6 20.68 70.14 -
YUV 128.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 147 101 220 0.33 0.54 0 0.14 263.19 0.63 0.63
Hex 93 65 DC 21 36 0 E 107 3F 3F
Octal 223 145 334 41 66 0 16 407 77 77
Binary 10010011 1100101 11011100 100001 110110 0 1110 100000111 111111 111111

Color Harmonies of #9365DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9365DC

Black with #9365DC

Text Example


Text Example

White with #9365DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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