Html Css Color HEX #935DF0 Medium Purple

📋 copy color: '#935DF0'

red 147 ◦ green 93 ◦ blue 240

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

Shades of Medium Purple #935DF0

Tints of Medium Purple #935DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50%

R = 30.63%
G = 19.38%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#935DF0 (or 0x935DF0) is known color: Medium Purple. HEX triplet: 93, 5D and F0. RGB value is (147,93,240). Sum of RGB (Red+Green+Blue) = 147+93+240=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #935DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935DF0 is #6CA20F. Grayscale: #7D7D7D. Windows color (decimal): -7119376 or 15752595. OLE color: 15752595.

HSL color Cylindrical-coordinate representation of color #935DF0: hue angle of 262.04º degrees, saturation: 0.83, 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 #935DF0 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 93 240 -
CMYK 0.39 0.61 0 0.06
HSL 262.04º 0.83% 0.65% -
HSV(B) 262.04º 0.61% 0.94% -
XYZ 31.68 20.32 84.69 -
YUV 125.9 192.39 143.05 -
System Red Green Blue C M Y K H S L
Decimal 147 93 240 0.39 0.61 0 0.06 262.04 0.83 0.65
Hex 93 5D F0 27 3D 0 6 106 53 41
Octal 223 135 360 47 75 0 6 406 123 101
Binary 10010011 1011101 11110000 100111 111101 0 110 100000110 1010011 1000001

Color Harmonies of #935DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935DF0

Black with #935DF0

Text Example


Text Example

White with #935DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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