Html Css Color HEX #9385DD Medium Purple

📋 copy color: '#9385DD'

red 147 ◦ green 133 ◦ blue 221

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

Shades of Medium Purple #9385DD

Tints of Medium Purple #9385DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.55%

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

R = 29.34%
G = 26.55%
B = 44.11%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9385DD (or 0x9385DD) is known color: Medium Purple. HEX triplet: 93, 85 and DD. RGB value is (147,133,221). Sum of RGB (Red+Green+Blue) = 147+133+221=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #9385DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9385DD is #6C7A22. Grayscale: #929292. Windows color (decimal): -7109155 or 14517651. OLE color: 14517651.

HSL color Cylindrical-coordinate representation of color #9385DD: hue angle of 249.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9385DD is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 133 221 -
CMYK 0.33 0.40 0 0.13
HSL 249.55º 0.56% 0.69% -
HSV(B) 249.55º 0.4% 0.87% -
XYZ 33.47 28.2 72.09 -
YUV 147.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 147 133 221 0.33 0.40 0 0.13 249.55 0.56 0.69
Hex 93 85 DD 21 28 0 D FA 38 45
Octal 223 205 335 41 50 0 15 372 70 105
Binary 10010011 10000101 11011101 100001 101000 0 1101 11111010 111000 1000101

Color Harmonies of #9385DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9385DD

Black with #9385DD

Text Example


Text Example

White with #9385DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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