Html Css Color HEX #935DDD Medium Purple

📋 copy color: '#935DDD'

red 147 ◦ green 93 ◦ blue 221

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

Shades of Medium Purple #935DDD

Tints of Medium Purple #935DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.17%

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

R = 31.89%
G = 20.17%
B = 47.94%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#935DDD (or 0x935DDD) is known color: Medium Purple. HEX triplet: 93, 5D and DD. RGB value is (147,93,221). Sum of RGB (Red+Green+Blue) = 147+93+221=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #935DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DDD is #6CA222. Grayscale: #7B7B7B. Windows color (decimal): -7119395 or 14507411. OLE color: 14507411.

HSL color Cylindrical-coordinate representation of color #935DDD: hue angle of 265.31º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #935DDD is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 93 221 -
CMYK 0.33 0.58 0 0.13
HSL 265.31º 0.65% 0.62% -
HSV(B) 265.31º 0.58% 0.87% -
XYZ 29 19.25 70.59 -
YUV 123.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 147 93 221 0.33 0.58 0 0.13 265.31 0.65 0.62
Hex 93 5D DD 21 3A 0 D 109 41 3E
Octal 223 135 335 41 72 0 15 411 101 76
Binary 10010011 1011101 11011101 100001 111010 0 1101 100001001 1000001 111110

Color Harmonies of #935DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935DDD

Black with #935DDD

Text Example


Text Example

White with #935DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935DDD; }

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

 H1.HeaderClassName
 {
   color: #935DDD;
 }
 .AnyTagClassName
 {
   color: #935DDD;
 }
</style>

background-color css

<style>
 a { background-color: #935DDD; }

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

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

border-color css

<style>
 span { border-color: #935DDD; }

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

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