Html Css Color HEX #9369DA Medium Purple

📋 copy color: '#9369DA'

red 147 ◦ green 105 ◦ blue 218

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

Shades of Medium Purple #9369DA

Tints of Medium Purple #9369DA

RGB

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

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

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

R = 31.28%
G = 22.34%
B = 46.38%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9369DA (or 0x9369DA) is known color: Medium Purple. HEX triplet: 93, 69 and DA. RGB value is (147,105,218). Sum of RGB (Red+Green+Blue) = 147+105+218=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #9369DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369DA is #6C9625. Grayscale: #828282. Windows color (decimal): -7116326 or 14313875. OLE color: 14313875.

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

Color convert

RGB 147 105 218 -
CMYK 0.33 0.52 0 0.15
HSL 262.3º 0.6% 0.63% -
HSV(B) 262.3º 0.52% 0.85% -
XYZ 29.74 21.37 68.89 -
YUV 130.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 147 105 218 0.33 0.52 0 0.15 262.3 0.6 0.63
Hex 93 69 DA 21 34 0 F 106 3C 3F
Octal 223 151 332 41 64 0 17 406 74 77
Binary 10010011 1101001 11011010 100001 110100 0 1111 100000110 111100 111111

Color Harmonies of #9369DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9369DA

Black with #9369DA

Text Example


Text Example

White with #9369DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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