Html Css Color HEX #936CE1 Medium Purple

📋 copy color: '#936CE1'

red 147 ◦ green 108 ◦ blue 225

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

Shades of Medium Purple #936CE1

Tints of Medium Purple #936CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.5%

 BLUE value IS 225 (88.28% from 255) = 46.88%

R = 30.63%
G = 22.5%
B = 46.88%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#936CE1 (or 0x936CE1) is known color: Medium Purple. HEX triplet: 93, 6C and E1. RGB value is (147,108,225). Sum of RGB (Red+Green+Blue) = 147+108+225=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #936CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936CE1 is #6C931E. Grayscale: #848484. Windows color (decimal): -7115551 or 14773395. OLE color: 14773395.

HSL color Cylindrical-coordinate representation of color #936CE1: hue angle of 260º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #936CE1 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 108 225 -
CMYK 0.35 0.52 0 0.12
HSL 260º 0.66% 0.65% -
HSV(B) 260º 0.52% 0.88% -
XYZ 30.99 22.36 73.92 -
YUV 133 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 147 108 225 0.35 0.52 0 0.12 260 0.66 0.65
Hex 93 6C E1 23 34 0 C 104 42 41
Octal 223 154 341 43 64 0 14 404 102 101
Binary 10010011 1101100 11100001 100011 110100 0 1100 100000100 1000010 1000001

Color Harmonies of #936CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936CE1

Black with #936CE1

Text Example


Text Example

White with #936CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936CE1; }

 p { color: rgb(147,108,225); }

 H1.HeaderClassName
 {
   color: #936CE1;
 }
 .AnyTagClassName
 {
   color: #936CE1;
 }
</style>

background-color css

<style>
 a { background-color: #936CE1; }

 a { background-color: rgb(147,108,225); }

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

border-color css

<style>
 span { border-color: #936CE1; }

 span { border-color: rgb(147,108,225); }

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