Html Css Color HEX #935DEF Medium Purple

📋 copy color: '#935DEF'

red 147 ◦ green 93 ◦ blue 239

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

Shades of Medium Purple #935DEF

Tints of Medium Purple #935DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 30.69%
G = 19.42%
B = 49.9%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#935DEF (or 0x935DEF) is known color: Medium Purple. HEX triplet: 93, 5D and EF. RGB value is (147,93,239). Sum of RGB (Red+Green+Blue) = 147+93+239=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #935DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935DEF is #6CA210. Grayscale: #7D7D7D. Windows color (decimal): -7119377 or 15687059. OLE color: 15687059.

HSL color Cylindrical-coordinate representation of color #935DEF: hue angle of 262.19º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935DEF is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 93 239 -
CMYK 0.38 0.61 0 0.06
HSL 262.19º 0.82% 0.65% -
HSV(B) 262.19º 0.61% 0.94% -
XYZ 31.53 20.26 83.91 -
YUV 125.79 191.89 143.13 -
System Red Green Blue C M Y K H S L
Decimal 147 93 239 0.38 0.61 0 0.06 262.19 0.82 0.65
Hex 93 5D EF 26 3D 0 6 106 52 41
Octal 223 135 357 46 75 0 6 406 122 101
Binary 10010011 1011101 11101111 100110 111101 0 110 100000110 1010010 1000001

Color Harmonies of #935DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935DEF

Black with #935DEF

Text Example


Text Example

White with #935DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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