Html Css Color HEX #9369DD Medium Purple

📋 copy color: '#9369DD'

red 147 ◦ green 105 ◦ blue 221

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

Shades of Medium Purple #9369DD

Tints of Medium Purple #9369DD

RGB

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

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

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

R = 31.08%
G = 22.2%
B = 46.72%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9369DD (or 0x9369DD) is known color: Medium Purple. HEX triplet: 93, 69 and DD. RGB value is (147,105,221). Sum of RGB (Red+Green+Blue) = 147+105+221=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #9369DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369DD is #6C9622. Grayscale: #828282. Windows color (decimal): -7116323 or 14510483. OLE color: 14510483.

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

Color convert

RGB 147 105 221 -
CMYK 0.33 0.52 0 0.13
HSL 261.72º 0.63% 0.64% -
HSV(B) 261.72º 0.52% 0.87% -
XYZ 30.14 21.53 70.97 -
YUV 130.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 147 105 221 0.33 0.52 0 0.13 261.72 0.63 0.64
Hex 93 69 DD 21 34 0 D 106 3F 40
Octal 223 151 335 41 64 0 15 406 77 100
Binary 10010011 1101001 11011101 100001 110100 0 1101 100000110 111111 1000000

Color Harmonies of #9369DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9369DD

Black with #9369DD

Text Example


Text Example

White with #9369DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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