Html Css Color HEX #935CE0 Medium Purple

📋 copy color: '#935CE0'

red 147 ◦ green 92 ◦ blue 224

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

Shades of Medium Purple #935CE0

Tints of Medium Purple #935CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.38%

R = 31.75%
G = 19.87%
B = 48.38%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#935CE0 (or 0x935CE0) is known color: Medium Purple. HEX triplet: 93, 5C and E0. RGB value is (147,92,224). Sum of RGB (Red+Green+Blue) = 147+92+224=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #935CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CE0 is #6CA31F. Grayscale: #7B7B7B. Windows color (decimal): -7119648 or 14703763. OLE color: 14703763.

HSL color Cylindrical-coordinate representation of color #935CE0: hue angle of 265º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #935CE0 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 92 224 -
CMYK 0.34 0.59 0 0.12
HSL 265º 0.68% 0.62% -
HSV(B) 265º 0.59% 0.88% -
XYZ 29.31 19.24 72.69 -
YUV 123.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 147 92 224 0.34 0.59 0 0.12 265 0.68 0.62
Hex 93 5C E0 22 3B 0 C 109 44 3E
Octal 223 134 340 42 73 0 14 411 104 76
Binary 10010011 1011100 11100000 100010 111011 0 1100 100001001 1000100 111110

Color Harmonies of #935CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935CE0

Black with #935CE0

Text Example


Text Example

White with #935CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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