Html Css Color HEX #935CEA Medium Purple

📋 copy color: '#935CEA'

red 147 ◦ green 92 ◦ blue 234

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

Shades of Medium Purple #935CEA

Tints of Medium Purple #935CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.45%

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

R = 31.08%
G = 19.45%
B = 49.47%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#935CEA (or 0x935CEA) is known color: Medium Purple. HEX triplet: 93, 5C and EA. RGB value is (147,92,234). Sum of RGB (Red+Green+Blue) = 147+92+234=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #935CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935CEA is #6CA315. Grayscale: #7C7C7C. Windows color (decimal): -7119638 or 15359123. OLE color: 15359123.

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

Color convert

RGB 147 92 234 -
CMYK 0.37 0.61 0 0.08
HSL 263.24º 0.77% 0.64% -
HSV(B) 263.24º 0.61% 0.92% -
XYZ 30.71 19.8 80.04 -
YUV 124.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 147 92 234 0.37 0.61 0 0.08 263.24 0.77 0.64
Hex 93 5C EA 25 3D 0 8 107 4D 40
Octal 223 134 352 45 75 0 10 407 115 100
Binary 10010011 1011100 11101010 100101 111101 0 1000 100000111 1001101 1000000

Color Harmonies of #935CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935CEA

Black with #935CEA

Text Example


Text Example

White with #935CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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