Html Css Color HEX #935DF4 Medium Purple

📋 copy color: '#935DF4'

red 147 ◦ green 93 ◦ blue 244

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

Shades of Medium Purple #935DF4

Tints of Medium Purple #935DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.41%

R = 30.37%
G = 19.21%
B = 50.41%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#935DF4 (or 0x935DF4) is known color: Medium Purple. HEX triplet: 93, 5D and F4. RGB value is (147,93,244). Sum of RGB (Red+Green+Blue) = 147+93+244=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #935DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935DF4 is #6CA20B. Grayscale: #7D7D7D. Windows color (decimal): -7119372 or 16014739. OLE color: 16014739.

HSL color Cylindrical-coordinate representation of color #935DF4: hue angle of 261.46º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #935DF4 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 93 244 -
CMYK 0.40 0.62 0 0.04
HSL 261.46º 0.87% 0.66% -
HSV(B) 261.46º 0.62% 0.96% -
XYZ 32.28 20.56 87.86 -
YUV 126.36 194.39 142.72 -
System Red Green Blue C M Y K H S L
Decimal 147 93 244 0.40 0.62 0 0.04 261.46 0.87 0.66
Hex 93 5D F4 28 3E 0 4 105 57 42
Octal 223 135 364 50 76 0 4 405 127 102
Binary 10010011 1011101 11110100 101000 111110 0 100 100000101 1010111 1000010

Color Harmonies of #935DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935DF4

Black with #935DF4

Text Example


Text Example

White with #935DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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