Html Css Color HEX #935DE5 Medium Purple

📋 copy color: '#935DE5'

red 147 ◦ green 93 ◦ blue 229

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

Shades of Medium Purple #935DE5

Tints of Medium Purple #935DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.83%

R = 31.34%
G = 19.83%
B = 48.83%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#935DE5 (or 0x935DE5) is known color: Medium Purple. HEX triplet: 93, 5D and E5. RGB value is (147,93,229). Sum of RGB (Red+Green+Blue) = 147+93+229=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #935DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DE5 is #6CA21A. Grayscale: #7C7C7C. Windows color (decimal): -7119387 or 15031699. OLE color: 15031699.

HSL color Cylindrical-coordinate representation of color #935DE5: hue angle of 263.82º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #935DE5 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 93 229 -
CMYK 0.36 0.59 0 0.10
HSL 263.82º 0.72% 0.63% -
HSV(B) 263.82º 0.59% 0.9% -
XYZ 30.09 19.69 76.34 -
YUV 124.65 186.89 143.94 -
System Red Green Blue C M Y K H S L
Decimal 147 93 229 0.36 0.59 0 0.10 263.82 0.72 0.63
Hex 93 5D E5 24 3B 0 A 108 48 3F
Octal 223 135 345 44 73 0 12 410 110 77
Binary 10010011 1011101 11100101 100100 111011 0 1010 100001000 1001000 111111

Color Harmonies of #935DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935DE5

Black with #935DE5

Text Example


Text Example

White with #935DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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