Html Css Color HEX #936FD5 Medium Purple

📋 copy color: '#936FD5'

red 147 ◦ green 111 ◦ blue 213

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

Shades of Medium Purple #936FD5

Tints of Medium Purple #936FD5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.57%

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 31.21%
G = 23.57%
B = 45.22%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#936FD5 (or 0x936FD5) is known color: Medium Purple. HEX triplet: 93, 6F and D5. RGB value is (147,111,213). Sum of RGB (Red+Green+Blue) = 147+111+213=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #936FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936FD5 is #6C902A. Grayscale: #858585. Windows color (decimal): -7114795 or 13987731. OLE color: 13987731.

HSL color Cylindrical-coordinate representation of color #936FD5: hue angle of 261.18º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #936FD5 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 111 213 -
CMYK 0.31 0.48 0 0.16
HSL 261.18º 0.55% 0.64% -
HSV(B) 261.18º 0.48% 0.84% -
XYZ 29.73 22.38 65.7 -
YUV 133.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 147 111 213 0.31 0.48 0 0.16 261.18 0.55 0.64
Hex 93 6F D5 1F 30 0 10 105 37 40
Octal 223 157 325 37 60 0 20 405 67 100
Binary 10010011 1101111 11010101 11111 110000 0 10000 100000101 110111 1000000

Color Harmonies of #936FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936FD5

Black with #936FD5

Text Example


Text Example

White with #936FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,111,213); }

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

background-color css

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

 a { background-color: rgb(147,111,213); }

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

border-color css

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

 span { border-color: rgb(147,111,213); }

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