Html Css Color HEX #935AED Medium Purple

📋 copy color: '#935AED'

red 147 ◦ green 90 ◦ blue 237

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

Shades of Medium Purple #935AED

Tints of Medium Purple #935AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.99%

 BLUE value IS 237 (92.97% from 255) = 50%

R = 31.01%
G = 18.99%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#935AED (or 0x935AED) is known color: Medium Purple. HEX triplet: 93, 5A and ED. RGB value is (147,90,237). Sum of RGB (Red+Green+Blue) = 147+90+237=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #935AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935AED is #6CA512. Grayscale: #7B7B7B. Windows color (decimal): -7120147 or 15555219. OLE color: 15555219.

HSL color Cylindrical-coordinate representation of color #935AED: hue angle of 263.27º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #935AED is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 90 237 -
CMYK 0.38 0.62 0 0.07
HSL 263.27º 0.8% 0.64% -
HSV(B) 263.27º 0.62% 0.93% -
XYZ 30.97 19.63 82.28 -
YUV 123.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 147 90 237 0.38 0.62 0 0.07 263.27 0.8 0.64
Hex 93 5A ED 26 3E 0 7 107 50 40
Octal 223 132 355 46 76 0 7 407 120 100
Binary 10010011 1011010 11101101 100110 111110 0 111 100000111 1010000 1000000

Color Harmonies of #935AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AED

Black with #935AED

Text Example


Text Example

White with #935AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,90,237); }

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

background-color css

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

 a { background-color: rgb(147,90,237); }

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

border-color css

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

 span { border-color: rgb(147,90,237); }

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