Html Css Color HEX #9369DC Medium Purple

📋 copy color: '#9369DC'

red 147 ◦ green 105 ◦ blue 220

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

Shades of Medium Purple #9369DC

Tints of Medium Purple #9369DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.25%

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

R = 31.14%
G = 22.25%
B = 46.61%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9369DC (or 0x9369DC) is known color: Medium Purple. HEX triplet: 93, 69 and DC. RGB value is (147,105,220). Sum of RGB (Red+Green+Blue) = 147+105+220=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #9369DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369DC is #6C9623. Grayscale: #828282. Windows color (decimal): -7116324 or 14444947. OLE color: 14444947.

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

Color convert

RGB 147 105 220 -
CMYK 0.33 0.52 0 0.14
HSL 261.91º 0.62% 0.64% -
HSV(B) 261.91º 0.52% 0.86% -
XYZ 30 21.47 70.27 -
YUV 130.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 147 105 220 0.33 0.52 0 0.14 261.91 0.62 0.64
Hex 93 69 DC 21 34 0 E 106 3E 40
Octal 223 151 334 41 64 0 16 406 76 100
Binary 10010011 1101001 11011100 100001 110100 0 1110 100000110 111110 1000000

Color Harmonies of #9369DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9369DC

Black with #9369DC

Text Example


Text Example

White with #9369DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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