Html Css Color HEX #935FEA Medium Purple

📋 copy color: '#935FEA'

red 147 ◦ green 95 ◦ blue 234

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

Shades of Medium Purple #935FEA

Tints of Medium Purple #935FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.96%

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 30.88%
G = 19.96%
B = 49.16%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#935FEA (or 0x935FEA) is known color: Medium Purple. HEX triplet: 93, 5F and EA. RGB value is (147,95,234). Sum of RGB (Red+Green+Blue) = 147+95+234=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #935FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935FEA is #6CA015. Grayscale: #7D7D7D. Windows color (decimal): -7118870 or 15359891. OLE color: 15359891.

HSL color Cylindrical-coordinate representation of color #935FEA: hue angle of 262.45º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #935FEA is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 95 234 -
CMYK 0.37 0.59 0 0.08
HSL 262.45º 0.77% 0.65% -
HSV(B) 262.45º 0.59% 0.92% -
XYZ 30.98 20.33 80.13 -
YUV 126.39 188.73 142.7 -
System Red Green Blue C M Y K H S L
Decimal 147 95 234 0.37 0.59 0 0.08 262.45 0.77 0.65
Hex 93 5F EA 25 3B 0 8 106 4D 41
Octal 223 137 352 45 73 0 10 406 115 101
Binary 10010011 1011111 11101010 100101 111011 0 1000 100000110 1001101 1000001

Color Harmonies of #935FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935FEA

Black with #935FEA

Text Example


Text Example

White with #935FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,95,234); }

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

background-color css

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

 a { background-color: rgb(147,95,234); }

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

border-color css

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

 span { border-color: rgb(147,95,234); }

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